Skip to content

Instantly share code, notes, and snippets.

@xiagu
Created January 24, 2016 01:00
Show Gist options
  • Save xiagu/eb83186f46c892255d3b to your computer and use it in GitHub Desktop.
Save xiagu/eb83186f46c892255d3b to your computer and use it in GitHub Desktop.
The generated site scaffold for a new Jekyll::RpLogs site
.
├── 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