Remove the examples/ folder
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 5 Mar 2022 14:47:59 +0000 (15:47 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 6 Mar 2022 10:09:41 +0000 (11:09 +0100)
commit76c1248f70300e7c10f24d8c5a4eb095eddc6da5
treec8678f6e6b7e8f3cb99c6386b0a25d578643bea1
parent9e76507da289e0ef0b24e820ef0ce139900e2250
Remove the examples/ folder

These are not maintained and do not belong in this repository.
59 files changed:
examples/blog/.gitignore [deleted file]
examples/blog/README.md [deleted file]
examples/blog/config.toml [deleted file]
examples/blog/content/post/another-post.md [deleted file]
examples/blog/content/post/hello-hugo.md [deleted file]
examples/blog/layouts/_default/single.html [deleted file]
examples/blog/layouts/categories/list.html [deleted file]
examples/blog/layouts/index.html [deleted file]
examples/blog/layouts/partials/footer.copyright.html [deleted file]
examples/blog/layouts/partials/footer.html [deleted file]
examples/blog/layouts/partials/header.html [deleted file]
examples/blog/layouts/partials/header.includes.html [deleted file]
examples/blog/layouts/partials/menu.html [deleted file]
examples/blog/layouts/partials/meta.html [deleted file]
examples/blog/layouts/partials/navbar.html [deleted file]
examples/blog/layouts/post/li.html [deleted file]
examples/blog/layouts/post/list.html [deleted file]
examples/blog/layouts/post/single.html [deleted file]
examples/blog/layouts/post/summary.html [deleted file]
examples/blog/layouts/tags/list.html [deleted file]
examples/blog/static/css/bootstrap.min.css [deleted file]
examples/blog/static/css/custom.css [deleted file]
examples/blog/static/css/font-awesome.css [deleted file]
examples/blog/static/fonts/FontAwesome.otf [deleted file]
examples/blog/static/fonts/fontawesome-webfont.eot [deleted file]
examples/blog/static/fonts/fontawesome-webfont.svg [deleted file]
examples/blog/static/fonts/fontawesome-webfont.ttf [deleted file]
examples/blog/static/fonts/fontawesome-webfont.woff [deleted file]
examples/blog/static/fonts/fontawesome-webfont.woff2 [deleted file]
examples/blog/static/fonts/glyphicons-halflings-regular.eot [deleted file]
examples/blog/static/fonts/glyphicons-halflings-regular.svg [deleted file]
examples/blog/static/fonts/glyphicons-halflings-regular.ttf [deleted file]
examples/blog/static/fonts/glyphicons-halflings-regular.woff [deleted file]
examples/blog/static/fonts/glyphicons-halflings-regular.woff2 [deleted file]
examples/blog/static/js/bootstrap.js [deleted file]
examples/blog/static/js/jquery-1.11.3.min.js [deleted file]
examples/multilingual/.gitignore [deleted file]
examples/multilingual/README.md [deleted file]
examples/multilingual/config.toml [deleted file]
examples/multilingual/content/about.en.md [deleted file]
examples/multilingual/content/about.et.md [deleted file]
examples/multilingual/content/home.en.md [deleted file]
examples/multilingual/content/home.et.md [deleted file]
examples/multilingual/content/news/_index.en.md [deleted file]
examples/multilingual/content/news/_index.et.md [deleted file]
examples/multilingual/content/news/alpha.en.md [deleted file]
examples/multilingual/content/news/alpha.et.md [deleted file]
examples/multilingual/content/news/beta.en.md [deleted file]
examples/multilingual/content/news/beta.et.md [deleted file]
examples/multilingual/i18n/en.toml [deleted file]
examples/multilingual/i18n/et.toml [deleted file]
examples/multilingual/layouts/_default/list.html [deleted file]
examples/multilingual/layouts/_default/single.html [deleted file]
examples/multilingual/layouts/index.html [deleted file]
examples/multilingual/layouts/news/single.html [deleted file]
examples/multilingual/layouts/partials/footer.html [deleted file]
examples/multilingual/layouts/partials/head.html [deleted file]
examples/multilingual/layouts/partials/header.html [deleted file]
examples/multilingual/static/main.css [deleted file]