Skip to content

missserious/juliaernst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Personal Webpage with Jekyll ✨

Static Site Generator hosted on github

Install software prerequisites

You will need to have ruby installed, that jekyll can run.
Also ruby gems (package manager for ruby) has to be installed.

ruby -v gem -v


Install jekyll

gem install jekyll bundler

check if jekyll is installed:
jekyll -v


run website on local webserver

for the first time:
bundle exec jekyll serve

afterwards:
jekyll serve


Jekyll stoping

ctrl+c


Serve website on local webserver

http://localhost:4000/juliaernst/


Demo URL

https://missserious.github.io/juliaernst/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published