404
+Page not found :(
+The requested page could not be found.
+diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1fecb68..0000000 --- a/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - diff --git a/.gitignore b/.gitignore index 45c20ea..4479f58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ _site .sass-cache +.jekyll-cache .jekyll-metadata -public/ +*.gem +.bundle +vendor/bundle +.DS_Store diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 149247e..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -image: ruby:2.3 - -variables: - JEKYLL_ENV: production - LC_ALL: C.UTF-8 - -before_script: - - bundle install - -test: - stage: test - script: - - bundle exec jekyll build -d test - artifacts: - paths: - - test - except: - - master - -pages: - stage: deploy - script: - - bundle exec jekyll build -d public - artifacts: - paths: - - public - only: - - master diff --git a/404.html b/404.html new file mode 100644 index 0000000..79aa369 --- /dev/null +++ b/404.html @@ -0,0 +1,33 @@ +--- +permalink: /404 +layout: default +--- + + + +
Page not found :(
+The requested page could not be found.
+