Skip to content

(Temporary) website for the TU Delft Digital Competence Center

License

Notifications You must be signed in to change notification settings

Metahofzicht/DCC-website

 
 

Repository files navigation

(Temporary) website for the TU Delft Digital Competence Centre

Code to generate website hosted at: https://dcc.tudelft.nl.

A github action is used to generate the gh-pages branch automatically on a push to the master branch.

Note: if you need to generate a new Gemfile.lock and you are working on a Windows platform, please check this issue: helaili/jekyll-action#60

Note: if you have forked this repo and you would like to see the results of your changes including formatting at https://<git_username>.github.io/DCC-website/, you will need to change the _config.yml file.

< baseurl: "" # the subpath of your site, e.g. /blog/
< url: "https://dcc.tudelft.nl" # the base hostname & protocol for your site
---
> baseurl: "/DCC-website" # the subpath of your site, e.g. /blog/
> url: "https://`<git_username>`.github.io" # the base hostname & protocol for your site

Don't forget to change it back again before submitting a pull request.

About

(Temporary) website for the TU Delft Digital Competence Center

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.8%
  • HTML 15.1%
  • Ruby 7.8%
  • JavaScript 5.3%