Created
January 24, 2016 01:00
-
-
Save irisfofs/eb83186f46c892255d3b to your computer and use it in GitHub Desktop.
The generated site scaffold for a new Jekyll::RpLogs site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── arcs.html | |
├── _config.yml | |
├── _config.yml.default | |
├── css/ | |
│ └── main.scss* | |
├── Gemfile | |
├── Gemfile.lock | |
├── _includes/ | |
│ ├── footer.html | |
│ ├── header.html | |
│ ├── head.html | |
│ ├── rp.html | |
│ └── rp_line.html | |
├── index.html | |
├── js/ | |
│ └── toggle_ooc.js | |
├── _layouts/ | |
│ ├── default.html | |
│ ├── page.html | |
│ ├── post.html | |
│ ├── rp.html | |
│ └── tag_index.html | |
├── _rps/ | |
└── _sass/ | |
├── _base.scss | |
├── _custom-rules.scss | |
├── _custom-vars.scss | |
├── _layout.scss | |
├── _rp.scss | |
└── _syntax-highlighting.scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment