Inital commit with test site
This commit is contained in:
commit
75fdc7bd46
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/terminal"]
|
||||||
|
path = themes/terminal
|
||||||
|
url = https://github.com/panr/hugo-theme-terminal.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
47
config.toml
Normal file
47
config.toml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
baseURL = "http://example.org/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "My New Hugo Site"
|
||||||
|
baseurl = "/"
|
||||||
|
theme = "terminal"
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
|
[params]
|
||||||
|
# dir name of your blog content (default is `content/posts`)
|
||||||
|
contentTypeName = "posts"
|
||||||
|
# ["orange", "blue", "red", "green", "pink"]
|
||||||
|
themeColor = "orange"
|
||||||
|
# if you set this to 0, only submenu trigger will be visible
|
||||||
|
showMenuItems = 2
|
||||||
|
# show selector to switch language
|
||||||
|
showLanguageSelector = false
|
||||||
|
# set theme to full screen width
|
||||||
|
fullWidthTheme = false
|
||||||
|
# center theme with default width
|
||||||
|
centerTheme = false
|
||||||
|
# set a custom favicon (default is a `themeColor` square)
|
||||||
|
# favicon = "favicon.ico"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
languageName = "English"
|
||||||
|
title = "Terminal"
|
||||||
|
subtitle = "A simple, retro theme for Hugo"
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Show more"
|
||||||
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "Terminal"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[languages.en.menu]
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "showcase"
|
||||||
|
name = "Showcase"
|
||||||
|
url = "/showcase"
|
8
content/posts/my-first-post.md
Normal file
8
content/posts/my-first-post.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
title = "My First Post"
|
||||||
|
date = "2019-03-26T08:47:11+01:00"
|
||||||
|
author = "abdul"
|
||||||
|
showFullContent = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
hello, world
|
BIN
public/assets/2bf08001f42c34e30e1de9d2eb81aead.woff
Normal file
BIN
public/assets/2bf08001f42c34e30e1de9d2eb81aead.woff
Normal file
Binary file not shown.
BIN
public/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff
Normal file
BIN
public/assets/62da0ac51db1e4a3a4d57b9154a344fc.woff
Normal file
Binary file not shown.
1
public/assets/blue.css
Normal file
1
public/assets/blue.css
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/green.css
Normal file
1
public/assets/green.css
Normal file
File diff suppressed because one or more lines are too long
133
public/assets/main.js
Normal file
133
public/assets/main.js
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
/******/ (function(modules) { // webpackBootstrap
|
||||||
|
/******/ // The module cache
|
||||||
|
/******/ var installedModules = {};
|
||||||
|
/******/
|
||||||
|
/******/ // The require function
|
||||||
|
/******/ function __webpack_require__(moduleId) {
|
||||||
|
/******/
|
||||||
|
/******/ // Check if module is in cache
|
||||||
|
/******/ if(installedModules[moduleId]) {
|
||||||
|
/******/ return installedModules[moduleId].exports;
|
||||||
|
/******/ }
|
||||||
|
/******/ // Create a new module (and put it into the cache)
|
||||||
|
/******/ var module = installedModules[moduleId] = {
|
||||||
|
/******/ i: moduleId,
|
||||||
|
/******/ l: false,
|
||||||
|
/******/ exports: {}
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // Execute the module function
|
||||||
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||||
|
/******/
|
||||||
|
/******/ // Flag the module as loaded
|
||||||
|
/******/ module.l = true;
|
||||||
|
/******/
|
||||||
|
/******/ // Return the exports of the module
|
||||||
|
/******/ return module.exports;
|
||||||
|
/******/ }
|
||||||
|
/******/
|
||||||
|
/******/
|
||||||
|
/******/ // expose the modules object (__webpack_modules__)
|
||||||
|
/******/ __webpack_require__.m = modules;
|
||||||
|
/******/
|
||||||
|
/******/ // expose the module cache
|
||||||
|
/******/ __webpack_require__.c = installedModules;
|
||||||
|
/******/
|
||||||
|
/******/ // define getter function for harmony exports
|
||||||
|
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||||
|
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||||
|
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
||||||
|
/******/ }
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // define __esModule on exports
|
||||||
|
/******/ __webpack_require__.r = function(exports) {
|
||||||
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||||
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||||
|
/******/ }
|
||||||
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // create a fake namespace object
|
||||||
|
/******/ // mode & 1: value is a module id, require it
|
||||||
|
/******/ // mode & 2: merge all properties of value into the ns
|
||||||
|
/******/ // mode & 4: return value when already ns object
|
||||||
|
/******/ // mode & 8|1: behave like require
|
||||||
|
/******/ __webpack_require__.t = function(value, mode) {
|
||||||
|
/******/ if(mode & 1) value = __webpack_require__(value);
|
||||||
|
/******/ if(mode & 8) return value;
|
||||||
|
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
||||||
|
/******/ var ns = Object.create(null);
|
||||||
|
/******/ __webpack_require__.r(ns);
|
||||||
|
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
||||||
|
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
||||||
|
/******/ return ns;
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||||
|
/******/ __webpack_require__.n = function(module) {
|
||||||
|
/******/ var getter = module && module.__esModule ?
|
||||||
|
/******/ function getDefault() { return module['default']; } :
|
||||||
|
/******/ function getModuleExports() { return module; };
|
||||||
|
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||||
|
/******/ return getter;
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // Object.prototype.hasOwnProperty.call
|
||||||
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||||
|
/******/
|
||||||
|
/******/ // __webpack_public_path__
|
||||||
|
/******/ __webpack_require__.p = "";
|
||||||
|
/******/
|
||||||
|
/******/
|
||||||
|
/******/ // Load entry module and return exports
|
||||||
|
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
||||||
|
/******/ })
|
||||||
|
/************************************************************************/
|
||||||
|
/******/ ({
|
||||||
|
|
||||||
|
/***/ "./source/js/languageSelector.js":
|
||||||
|
/*!***************************************!*\
|
||||||
|
!*** ./source/js/languageSelector.js ***!
|
||||||
|
\***************************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("var mobileQuery = getComputedStyle(document.body).getPropertyValue(\"--phoneWidth\");\n\nvar isMobile = function isMobile() {\n return window.matchMedia(mobileQuery).matches;\n};\n\nif (!isMobile()) {\n languageSelector = document.querySelector(\".language-selector-current\");\n moreLanguagesContainer = document.querySelector(\".language-selector__more\");\n document.body.addEventListener(\"click\", function () {\n if (moreLanguagesContainer && !moreLanguagesContainer.classList.contains(\"hidden\")) {\n moreLanguagesContainer.classList.add(\"hidden\");\n }\n });\n languageSelector && languageSelector.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n moreLanguagesContainer.classList.toggle(\"hidden\");\n });\n}\n\n//# sourceURL=webpack:///./source/js/languageSelector.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ "./source/js/main.js":
|
||||||
|
/*!***************************!*\
|
||||||
|
!*** ./source/js/main.js ***!
|
||||||
|
\***************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("// Add your script here\n\n//# sourceURL=webpack:///./source/js/main.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ "./source/js/menu.js":
|
||||||
|
/*!***************************!*\
|
||||||
|
!*** ./source/js/menu.js ***!
|
||||||
|
\***************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("var container = document.querySelector(\".container\");\nvar menu = document.querySelector(\".menu\");\nvar mobileMenuTrigger = document.querySelector(\".menu-trigger\");\nvar desktopMenu = document.querySelector(\".menu__inner--desktop\");\nvar desktopMenuTrigger = document.querySelector(\".menu__sub-inner-more-trigger\");\nvar menuMore = document.querySelector(\".menu__sub-inner-more\");\nvar mobileQuery = getComputedStyle(document.body).getPropertyValue(\"--phoneWidth\");\n\nvar isMobile = function isMobile() {\n return window.matchMedia(mobileQuery).matches;\n};\n\nvar handleMenuClasses = function handleMenuClasses() {\n mobileMenuTrigger && mobileMenuTrigger.classList.toggle(\"hidden\", !isMobile());\n menu && menu.classList.toggle(\"hidden\", isMobile());\n menuMore && menuMore.classList.toggle(\"hidden\", !isMobile());\n}; // Common\n\n\nmenu && menu.addEventListener(\"click\", function (e) {\n return e.stopPropagation();\n});\nmenuMore && menuMore.addEventListener(\"click\", function (e) {\n return e.stopPropagation();\n});\nhandleMenuClasses();\ndocument.body.addEventListener(\"click\", function () {\n if (!isMobile() && menuMore && !menuMore.classList.contains(\"hidden\")) {\n menuMore.classList.add(\"hidden\");\n } else if (isMobile() && !menu.classList.contains(\"hidden\")) {\n menu.classList.add(\"hidden\");\n }\n});\nwindow.addEventListener(\"resize\", handleMenuClasses); // Mobile menu\n\nmobileMenuTrigger && mobileMenuTrigger.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n menu && menu.classList.toggle(\"hidden\");\n}); // Desktop menu\n\ndesktopMenuTrigger && desktopMenuTrigger.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n menuMore && menuMore.classList.toggle(\"hidden\");\n\n if (menuMore.getBoundingClientRect().right > container.getBoundingClientRect().right) {\n menuMore.style.left = \"auto\";\n menuMore.style.right = 0;\n }\n});\n\n//# sourceURL=webpack:///./source/js/menu.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 0:
|
||||||
|
/*!*************************************************************************************!*\
|
||||||
|
!*** multi ./source/js/main.js ./source/js/menu.js ./source/js/languageSelector.js ***!
|
||||||
|
\*************************************************************************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
|
eval("__webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/main.js */\"./source/js/main.js\");\n__webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/menu.js */\"./source/js/menu.js\");\nmodule.exports = __webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/languageSelector.js */\"./source/js/languageSelector.js\");\n\n\n//# sourceURL=webpack:///multi_./source/js/main.js_./source/js/menu.js_./source/js/languageSelector.js?");
|
||||||
|
|
||||||
|
/***/ })
|
||||||
|
|
||||||
|
/******/ });
|
1
public/assets/pink.css
Normal file
1
public/assets/pink.css
Normal file
File diff suppressed because one or more lines are too long
122
public/assets/prism.js
Normal file
122
public/assets/prism.js
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/red.css
Normal file
1
public/assets/red.css
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/style.css
Normal file
1
public/assets/style.css
Normal file
File diff suppressed because one or more lines are too long
160
public/categories/index.html
Normal file
160
public/categories/index.html
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Categories :: Terminal — A simple, retro theme for Hugo</title>
|
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content=""/>
|
||||||
|
<meta name="keywords" content=""/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="http://example.org/categories/" />
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="Categories :: Terminal — A simple, retro theme for Hugo" />
|
||||||
|
<meta name="twitter:description" content="" />
|
||||||
|
<meta name="twitter:site" content="http://example.org/" />
|
||||||
|
<meta name="twitter:creator" content="" />
|
||||||
|
<meta name="twitter:image" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Categories :: Terminal — A simple, retro theme for Hugo">
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:url" content="http://example.org/categories/" />
|
||||||
|
<meta property="og:site_name" content="Categories" />
|
||||||
|
<meta property="og:image" content="">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Terminal" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
Terminal
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="posts">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="http://example.org/assets/main.js"></script>
|
||||||
|
<script src="http://example.org/assets/prism.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
14
public/categories/index.xml
Normal file
14
public/categories/index.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on Terminal</title>
|
||||||
|
<link>http://example.org/categories/</link>
|
||||||
|
<description>Recent content in Categories on Terminal</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
|
||||||
|
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
1
public/categories/page/1/index.html
Normal file
1
public/categories/page/1/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><title>http://example.org/categories/</title><link rel="canonical" href="http://example.org/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/categories/" /></head></html>
|
BIN
public/img/favicon/blue.png
Normal file
BIN
public/img/favicon/blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 B |
BIN
public/img/favicon/green.png
Normal file
BIN
public/img/favicon/green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 B |
BIN
public/img/favicon/orange.png
Normal file
BIN
public/img/favicon/orange.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 B |
BIN
public/img/favicon/pink.png
Normal file
BIN
public/img/favicon/pink.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 B |
BIN
public/img/favicon/red.png
Normal file
BIN
public/img/favicon/red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 B |
192
public/index.html
Normal file
192
public/index.html
Normal file
@ -0,0 +1,192 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="Hugo 0.58.3" />
|
||||||
|
|
||||||
|
<title>Terminal — A simple, retro theme for Hugo</title>
|
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content="A simple, retro theme for Hugo"/>
|
||||||
|
<meta name="keywords" content=""/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="http://example.org/" />
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="Terminal — A simple, retro theme for Hugo" />
|
||||||
|
<meta name="twitter:description" content="" />
|
||||||
|
<meta name="twitter:site" content="http://example.org/" />
|
||||||
|
<meta name="twitter:creator" content="" />
|
||||||
|
<meta name="twitter:image" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Terminal — A simple, retro theme for Hugo">
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:url" content="http://example.org/" />
|
||||||
|
<meta property="og:site_name" content="Terminal" />
|
||||||
|
<meta property="og:image" content="">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Terminal" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
Terminal
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="posts">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post on-list">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="http://example.org/posts/my-first-post/">My First Post</a></h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
<span class="post-date">
|
||||||
|
2019-03-26
|
||||||
|
</span>
|
||||||
|
<span class="post-author">::
|
||||||
|
abdul</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a class="read-more button"
|
||||||
|
href="/posts/my-first-post/">Read more →</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="http://example.org/assets/main.js"></script>
|
||||||
|
<script src="http://example.org/assets/prism.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
24
public/index.xml
Normal file
24
public/index.xml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Terminal</title>
|
||||||
|
<link>http://example.org/</link>
|
||||||
|
<description>Recent content on Terminal</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Tue, 26 Mar 2019 08:47:11 +0100</lastBuildDate>
|
||||||
|
|
||||||
|
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>http://example.org/posts/my-first-post/</link>
|
||||||
|
<pubDate>Tue, 26 Mar 2019 08:47:11 +0100</pubDate>
|
||||||
|
|
||||||
|
<guid>http://example.org/posts/my-first-post/</guid>
|
||||||
|
<description>hello, world</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
1
public/page/1/index.html
Normal file
1
public/page/1/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><title>http://example.org/</title><link rel="canonical" href="http://example.org/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/" /></head></html>
|
189
public/posts/index.html
Normal file
189
public/posts/index.html
Normal file
@ -0,0 +1,189 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Posts :: Terminal — A simple, retro theme for Hugo</title>
|
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content=""/>
|
||||||
|
<meta name="keywords" content=""/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="http://example.org/posts/" />
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="Posts :: Terminal — A simple, retro theme for Hugo" />
|
||||||
|
<meta name="twitter:description" content="" />
|
||||||
|
<meta name="twitter:site" content="http://example.org/" />
|
||||||
|
<meta name="twitter:creator" content="" />
|
||||||
|
<meta name="twitter:image" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Posts :: Terminal — A simple, retro theme for Hugo">
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:url" content="http://example.org/posts/" />
|
||||||
|
<meta property="og:site_name" content="Posts" />
|
||||||
|
<meta property="og:image" content="">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Terminal" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
Terminal
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="posts">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post on-list">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="http://example.org/posts/my-first-post/">My First Post</a></h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
<span class="post-date">
|
||||||
|
2019-03-26
|
||||||
|
</span>
|
||||||
|
<span class="post-author">::
|
||||||
|
abdul</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a class="read-more button"
|
||||||
|
href="/posts/my-first-post/">Read more →</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="http://example.org/assets/main.js"></script>
|
||||||
|
<script src="http://example.org/assets/prism.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
24
public/posts/index.xml
Normal file
24
public/posts/index.xml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Posts on Terminal</title>
|
||||||
|
<link>http://example.org/posts/</link>
|
||||||
|
<description>Recent content in Posts on Terminal</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Tue, 26 Mar 2019 08:47:11 +0100</lastBuildDate>
|
||||||
|
|
||||||
|
<atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>http://example.org/posts/my-first-post/</link>
|
||||||
|
<pubDate>Tue, 26 Mar 2019 08:47:11 +0100</pubDate>
|
||||||
|
|
||||||
|
<guid>http://example.org/posts/my-first-post/</guid>
|
||||||
|
<description>hello, world</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
170
public/posts/my-first-post/index.html
Normal file
170
public/posts/my-first-post/index.html
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>My First Post :: Terminal — A simple, retro theme for Hugo</title>
|
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content="hello, world"/>
|
||||||
|
<meta name="keywords" content=""/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="http://example.org/posts/my-first-post/" />
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="My First Post :: Terminal — A simple, retro theme for Hugo" />
|
||||||
|
<meta name="twitter:description" content="hello, world" />
|
||||||
|
<meta name="twitter:site" content="http://example.org/" />
|
||||||
|
<meta name="twitter:creator" content="abdul" />
|
||||||
|
<meta name="twitter:image" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:title" content="My First Post :: Terminal — A simple, retro theme for Hugo">
|
||||||
|
<meta property="og:description" content="hello, world" />
|
||||||
|
<meta property="og:url" content="http://example.org/posts/my-first-post/" />
|
||||||
|
<meta property="og:site_name" content="My First Post" />
|
||||||
|
<meta property="og:image" content="">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2019-03-26 08:47:11 +0100 CET" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
Terminal
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="http://example.org/posts/my-first-post/">My First Post</a></h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
|
||||||
|
<span class="post-date">
|
||||||
|
2019-03-26
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="post-author">::
|
||||||
|
abdul
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
<p>hello, world</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="http://example.org/assets/main.js"></script>
|
||||||
|
<script src="http://example.org/assets/prism.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
1
public/posts/page/1/index.html
Normal file
1
public/posts/page/1/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><title>http://example.org/posts/</title><link rel="canonical" href="http://example.org/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/posts/" /></head></html>
|
13
public/public/categories/index.xml
Normal file
13
public/public/categories/index.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on </title>
|
||||||
|
<link>/categories/</link>
|
||||||
|
<description>Recent content in Categories on </description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
|
||||||
|
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
13
public/public/index.xml
Normal file
13
public/public/index.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title></title>
|
||||||
|
<link>/</link>
|
||||||
|
<description>Recent content on </description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
|
||||||
|
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
17
public/public/sitemap.xml
Normal file
17
public/public/sitemap.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/categories/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>/tags/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
</urlset>
|
13
public/public/tags/index.xml
Normal file
13
public/public/tags/index.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on </title>
|
||||||
|
<link>/tags/</link>
|
||||||
|
<description>Recent content in Tags on </description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
|
||||||
|
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
28
public/sitemap.xml
Normal file
28
public/sitemap.xml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://example.org/posts/my-first-post/</loc>
|
||||||
|
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://example.org/posts/</loc>
|
||||||
|
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://example.org/</loc>
|
||||||
|
<lastmod>2019-03-26T08:47:11+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://example.org/categories/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://example.org/tags/</loc>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
</urlset>
|
160
public/tags/index.html
Normal file
160
public/tags/index.html
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Tags :: Terminal — A simple, retro theme for Hugo</title>
|
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content=""/>
|
||||||
|
<meta name="keywords" content=""/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="http://example.org/tags/" />
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="http://example.org/assets/style.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://example.org/img/apple-touch-icon-144-precomposed.png">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="http://example.org/img/favicon/orange.png">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="Tags :: Terminal — A simple, retro theme for Hugo" />
|
||||||
|
<meta name="twitter:description" content="" />
|
||||||
|
<meta name="twitter:site" content="http://example.org/" />
|
||||||
|
<meta name="twitter:creator" content="" />
|
||||||
|
<meta name="twitter:image" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="Tags :: Terminal — A simple, retro theme for Hugo">
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:url" content="http://example.org/tags/" />
|
||||||
|
<meta property="og:site_name" content="Tags" />
|
||||||
|
<meta property="og:image" content="">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Terminal" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
Terminal
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/about">About</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/showcase">Showcase</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="posts">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© 2019 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="http://example.org/assets/main.js"></script>
|
||||||
|
<script src="http://example.org/assets/prism.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
14
public/tags/index.xml
Normal file
14
public/tags/index.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on Terminal</title>
|
||||||
|
<link>http://example.org/tags/</link>
|
||||||
|
<description>Recent content in Tags on Terminal</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
|
||||||
|
<atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
1
public/tags/page/1/index.html
Normal file
1
public/tags/page/1/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><title>http://example.org/tags/</title><link rel="canonical" href="http://example.org/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/tags/" /></head></html>
|
1
themes/terminal
Submodule
1
themes/terminal
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2ea0eeeb7ac8f76e6e39edd98772db1ff66df9ec
|
Loading…
Reference in New Issue
Block a user