Scriptor is a simple, minimal, clean & responsive Jekyll theme for writers.
You can find our premium Jekyll themes here -> jekyllthemes.io
- Responsive design
- Archive organized by tags
- Disqus Comments
- Accent color options
- Prism syntax highlighter
How to set up and run this theme locally in a Jekyll site.
Note: This theme cannot be configured and installed as a theme, however you can still use this repo as a theme with your own content in it.
Clone the repo or fork.
Set up Jekyll -please follow the official documentation that can be found on the Jekyll docs.
Navigate to the repo and run bundle install
to install the dependencies.
Then run bundle exec jekyll serve
to start the Jekyll server.
To set up Jekyll on local machine please follow the official documentation that can be found here -> https://jekyllrb.com/docs/.
To run the theme locally, navigate to the theme directory and run bundle install
to install the dependencies, then run bundle exec jekyll serve
to start the Jekyll server.
Jekyll outputs your static site to the _site
directory by default. You can transfer the contents of this directory to almost any hosting provider to get your site live.
This theme is prepared to be hosted on Netlify. All you need to do is create a new private repository on GitHub or GitLab. Upload the theme to the repository and link your repo to Netlify. Please check this link with the step-by-step guidelines.
If you want to host your site on Amazon S3, you can do so by using the s3_website application. It will push your site to Amazon S3, where it can be served like any web server, dynamically scaling to almost unlimited traffic.
Also, please check the Deployment Methods page on Jekyll website.
All files and directories are licensed under the MIT unless explicitly stated.