diff --git a/.forestry/settings.yml b/.forestry/settings.yml new file mode 100644 index 0000000000000..ed61c7772032c --- /dev/null +++ b/.forestry/settings.yml @@ -0,0 +1,27 @@ +--- +new_page_extension: md +auto_deploy: false +admin_path: +webhook_url: +sections: +- type: jekyll-pages + label: Pages + create: all +- type: jekyll-posts + label: Posts + create: all +upload_dir: uploads +public_path: "/uploads" +front_matter_path: '' +use_front_matter_path: false +file_template: ":filename:" +build: + preview_env: + - JEKYLL_ENV=staging + preview_output_directory: _site + install_dependencies_command: bundle install --path vendor/bundle + preview_docker_image: forestryio/ruby:2.6 + mount_path: "/srv" + working_dir: "/srv" + instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future + --port 8080 --host 0.0.0.0 -d _site diff --git a/CNAME b/CNAME index 8b137891791fe..7f080d4dc8e2d 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ - +devnoo.nl diff --git a/_config.yml b/_config.yml index d4916414195c9..6e6268bc87890 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # Name of your site (displayed in the header) -name: Your Name +name: /dev/noo # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Software and AWS architecture # URL of your avatar or profile pic (you could use your GitHub profile pic) avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png @@ -21,7 +21,7 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: devnoo instagram: linkedin: pinterest: @@ -84,3 +84,5 @@ exclude: - LICENSE - README.md - CNAME + +theme: jekyll-theme-architect \ No newline at end of file