R3dCr3sc3nt / R3dCr3sc3nt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R3d Cr3sc3nt Jekyll Blog

Getting started

  1. Install the jekyll ruby package
gem install jekyll
  1. Run the test server from project root
jekyll serve

The application should now be running at http://127.0.0.1:4000.

Adding content

New posts go in the _posts directory. The format for the post filenames is YEAR-MONTH-DAY-title.md. More information about the jekyll directory structure can be found in the official docs. Static files that are linked in posts should go in a post-specific directory in assets. For image files, ensure that the max width is 1000 pixels and max height is 600 pixels. This helps with formatting, and keeps the repository size manageable.

When you're ready to publish, deploy by simply pushing master.

Theme

The original theme for this blog is TextLog.

License

All content in this blog is under the MIT License.

About

License:MIT License


Languages

Language:CSS 49.3%Language:HTML 42.4%Language:PHP 8.2%