A personal website, built for practice, portfolio and beyond. Hosted on GitHub pages.
- Responsive layout
- CSS3 animations
- SVG path animation
- Modern contact form with options
- Optimizations
- Jekyll blog
- TailwindCSS
- Swiper
- Jekyll
- Devicons
- Google Fonts
- Icons8
- fontawesome 5
git clone https://github.com/Oddward/Oddward.github.io.git
node packages:
npm install
Ruby/jekyll:
bundle install
Windows (with bundle): from root directory
bundle exec jekyll serve
Otherwise:
jekyll serve
Builds based on settings in _config.yml
into _site/
directory
-
edit custom stylesheet
assets/css/style.css
-
generate tailwind compiled output
npx tailwindcss -i assets/css/style.css -o dist/output.css