EPuters.net Jekyll Theme

myrcy 75b4507688 Update Warrant Canary 1 year ago
_includes 531589df50 fix footer link | thanks Yuchen 2 years ago
_layouts 2bc44d2940 licensing 2 years ago
_posts 492b3f43c3 Add IRCNow Podcast Announcement | Add who.md 2 years ago
_sass 9755c9d53e Initial Commit 2 years ago
about d926ea3cc1 tippy was replaced with popper by mistake 2 years ago
assets a818703345 Add Contributing Section To Readme | Add Libre OpenBSD Mascot Proposal 2 years ago
css 9755c9d53e Initial Commit 2 years ago
js 585631e018 smaller logo | remove external libraries 2 years ago
.editorconfig 9755c9d53e Initial Commit 2 years ago
.gitignore 9755c9d53e Initial Commit 2 years ago
.ruby-version 9755c9d53e Initial Commit 2 years ago
COPYRIGHT.txt a818703345 Add Contributing Section To Readme | Add Libre OpenBSD Mascot Proposal 2 years ago
Gemfile 27ad6bfb5a add banner images 2 years ago
Gemfile.lock 27ad6bfb5a add banner images 2 years ago
README.md a818703345 Add Contributing Section To Readme | Add Libre OpenBSD Mascot Proposal 2 years ago
_config.yml a5884a282a setup url variable for /js/ 2 years ago
about.md 1c2696557a Update 'about.md' 2 years ago
art.md a818703345 Add Contributing Section To Readme | Add Libre OpenBSD Mascot Proposal 2 years ago
circle.yml 9755c9d53e Initial Commit 2 years ago
donations.md 9755c9d53e Initial Commit 2 years ago
edu.md 8fb03fec49 Update 'edu.md' 2 years ago
education.md c0aef050ff Add 'education.md' 2 years ago
feed.xml 9755c9d53e Initial Commit 2 years ago
git.md 9755c9d53e Initial Commit 2 years ago
index.html 9755c9d53e Initial Commit 2 years ago
logo.png 585631e018 smaller logo | remove external libraries 2 years ago
marketing-materials.md 28cc700c10 fix spelling 2 years ago
posts.md 9755c9d53e Initial Commit 2 years ago
projects.md 27ad6bfb5a add banner images 2 years ago
social-contract.md ba8c3de2ab spelling errors 2 years ago
stackbit.yaml 9755c9d53e Initial Commit 2 years ago
transparency.md 75b4507688 Update Warrant Canary 1 year ago
typography.md 9755c9d53e Initial Commit 2 years ago
who.md 492b3f43c3 Add IRCNow Podcast Announcement | Add who.md 2 years ago

README.md

Based on Centrarium

Installation

If you're just getting started with Jekyll, you can use this repository as a starting point for your own site.

Don't forget to install Jekyll and other dependencies (jekyll, ruby-full, build-essential, and ruby-dev for most OSes) :

# cd into project directory ( most likely EPuters.net )
cd <directory>
# install Bundler if you don't have it already
gem install bundler
# install jekyll, jekyll-archives, jekyll-sitemap, and jekyll-paginate ( you can usuall run "gem install <package>" for these )
bundle install

Then you can use it as you would any other Jekyll site:

bundle exec jekyll serve

To get the material currently running on EPuters.net you can use:

bundle exec jekyll build
cd _site

Note: You may want to change the source for certain scripts in _includes/footer.html and _includes/head.html

Contributing

We use a very fancy method of licensing our directory.

If your pull request creates any new files you may need to add those here: COPYRIGHT.txt

More information can be found here: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

License

See the COPYRIGHT.txt file.

Source code should be licensed under a GPL compatible license.
Images may be licensed differently.
Also see our JavaScript License Page.