Skip to content

frederikstroem/frederikstroem.github.io

Repository files navigation

frederikstroem.com Source Code

Renovate Enabled pages-build-deployment CodeQL

The source code for my personal web page frederikstroem.com

3rd party tools, libraries and services used in this project:

Ruby

To manage Ruby versions I use rbenv.

Make sure to have an updated version of Ruby installed before proceeding.

Ensure all dependencies are installed:

$ bundle install

To run the Jekyll server locally:

$ bundle exec jekyll serve

To update the Ruby gems:

$ bundle update

npm

To manage Node versions I use Node Version Manager (nvm).

Sass

Because Dart Sass interferes with Ruby Sass:

$ whereis sass
sass: /home/username/.rbenv/shims/sass /home/username/.nvm/versions/node/v22.3.0/bin/sass

I use npx to easily run Dart Sass, exporting the npm path to the shell would also be possible:

$ export PATH="/home/username/.nvm/versions/node/v22.3.0/bin:$PATH"

To install Dart Sass globally:

$ npm install -g sass

Google Closure Compiler

To install Google Closure Compiler globally:

$ npm install -g google-closure-compiler

About

The source code for my personal web page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published