Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… please tell normani i called erika/latto a whore @nasa-jpl @nasa im angry they injecting mean pics to let me know abt they sex with playboy i want @deptofdefense to look at playboy as a nasty neighbor @WhiteHouse
  • Loading branch information
ThakaSartu authored Nov 2, 2024
1 parent 99fce90 commit 5ab57a4
Show file tree
Hide file tree
Showing 12 changed files with 4,561 additions and 151 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
Expand All @@ -16,3 +22,14 @@ jobs:
run: script/bootstrap
- name: test
run: script/cibuild
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
636 changes: 529 additions & 107 deletions README.md

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
title: Rashards GitHub Pages Working Addon Collection
description: Leap Day is a theme for GitHub Pages.
title: RashardMRO
description: MyWorkLog+STUFF
show_downloads: true
google_analytics:
theme: jekyll-theme-leap-day
theme: jekyll-theme-leap-day
remote_theme: pages-themes/leap-day@v0.2.0
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
google_analytics: [G-873R6JDQBF]
33 changes: 33 additions & 0 deletions _includes/paginator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<section>
{% if site.posts[0] %}

{% capture currentyear %}{{ 'now' | date: "%Y" }}{% endcapture %}
{% capture firstpostyear %}{{ site.posts[0].date | date: '%Y' }}{% endcapture %}
{% if currentyear == firstpostyear %}
<h3>This year's posts</h3>
{% else %}
<h3>{{ firstpostyear }}</h3>
{% endif %}

{%for post in site.posts %}
{% unless post.next %}
<ul>
{% else %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
{% if year != nyear %}
</ul>
<h3>{{ post.date | date: '%Y' }}</h3>
<ul>
{% endif %}
{% endunless %}
<li><time>{{ post.date | date:"%d %b" }} - </time>
<a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}">
{{ post.title }}
</a>
</li>
{% endfor %}
</ul>

{% endif %}
</section>
245 changes: 245 additions & 0 deletions _includes/unixingandroid.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5ab57a4

Please sign in to comment.