Go to file
呱呱呱 e32fd375cc change gem source 2023-09-26 10:13:58 +08:00
_drafts init 2023-09-12 14:56:37 +08:00
_includes init 2023-09-12 14:56:37 +08:00
_layouts init 2023-09-12 14:56:37 +08:00
_posts init 2023-09-12 14:56:37 +08:00
assets init 2023-09-12 14:56:37 +08:00
css init 2023-09-12 14:56:37 +08:00
.gitignore init 2023-09-12 14:56:37 +08:00
404.html init 2023-09-12 14:56:37 +08:00
Gemfile change gem source 2023-09-26 10:13:58 +08:00
Gemfile.lock change gem source 2023-09-26 10:13:58 +08:00
LICENSE init 2023-09-12 14:56:37 +08:00
README.md init 2023-09-12 14:56:37 +08:00
_config.yml update 2023-09-12 14:59:55 +08:00
about.md init 2023-09-12 14:56:37 +08:00
index.html init 2023-09-12 14:56:37 +08:00
tags.html init 2023-09-12 14:56:37 +08:00

README.md

Parchment

A clean, single column blog template built for jekyll

Building Locally

  • Clone the repository
  • Run bundle install
  • Run bundle exec jekyll serve
  • Visit browser at http://127.0.0.1:4000/parchment/

Usage

  • To use this as your GitHub Page, fork this repository, and rename it to <username>.github.io. Your site will be live at https://<username>.github.io/parchment-jekyll.

  • You can customise variables in _config.yml and css/* files.

  • You can add markdown files, say foo.md in the root directory of the repository. It will then be accessible like your.website.com/foo.

  • To add posts, add your posts in the _posts directory. Follow the naming convention %yyyy-%mm-%dd-your-title-here.md.

  • To add a profile picture, use class profile-picture around the image.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

Parchment is inspired from the resume theme Researcher

License

GNU GPL v3