Skip to content

stuja16/stuja16.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Notes

Running locally

Running the server locally allows previewing up to date changes during development.

  1. Clone repository locally.
  2. Open command palette
  3. Navigate to local repository.
  4. Run the following command to start the server: bundle exec jekyll serve
  5. Navigate to specified hosting IP (e.g. http://127.0.0.1:4000/)

Showing draft blog posts

If you want to create draft posts that are visible in the development build, place them in a folder named _drafts and change the command listed in Step 4 to the following: bundle exec jekyll serve --drafts

Minimal Mistakes remote theme starter

Click Use this template button above for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Contains basic configuration to get you a site with:

  • Sample posts.
  • Sample top navigation.
  • Sample author sidebar with social links.
  • Sample footer links.
  • Paginated home page.
  • Archive pages for posts grouped by year, category, and tag.
  • Sample about page.
  • Sample 404 page.
  • Site wide search.

Replace sample content with your own and configure as necessary.


Troubleshooting

If you have a question about using Jekyll, start a discussion on the Jekyll Forum or StackOverflow. Other resources: