initial commit
BIN
.DS_Store
vendored
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
79
content/about/index.md
Normal file
|
@ -0,0 +1,79 @@
|
|||
+++
|
||||
date = "2016-11-05T21:05:33+05:30"
|
||||
title = "About"
|
||||
+++
|
||||
|
||||
A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.
|
||||
|
||||
Theme is based on a modern and minimal [Terminal CSS](https://terminalcss.xyz/) framework.
|
||||
|
||||

|
||||
|
||||
## Live demo
|
||||
|
||||
* [https://mrmierzejewski.com/hugo-theme-console/](https://mrmierzejewski.com/hugo-theme-console/)
|
||||
|
||||
## Installation
|
||||
|
||||
From the root of your Hugo site, clone the theme into ```themes/hugo-theme-console``` by running :
|
||||
|
||||
```
|
||||
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
|
||||
```
|
||||
|
||||
See the [Hugo documentation](https://gohugo.io/hugo-modules/theme-components/) for more information.
|
||||
|
||||
## Configuration
|
||||
|
||||
Set theme parameter in your config file:
|
||||
|
||||
```
|
||||
theme = "hugo-theme-console"
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
After installation, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo.
|
||||
|
||||
```
|
||||
exampleSite
|
||||
├── config.toml
|
||||
├── content
|
||||
│ ├── about
|
||||
│ │ └── index.md
|
||||
│ └── photos
|
||||
│ │ └── arizona-us
|
||||
│ │ ├── arizona-us.jpg
|
||||
│ │ └── index.md
|
||||
│ └── posts
|
||||
│ └── introduction
|
||||
│ └── index.md
|
||||
├── layouts
|
||||
│
|
||||
└── static
|
||||
```
|
||||
|
||||
Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
|
||||
|
||||
Hugo includes a development server, so you can view your changes as you go -
|
||||
very handy. Spin it up with the following command:
|
||||
|
||||
```
|
||||
hugo serve
|
||||
```
|
||||
|
||||
Now you can go to [http://localhost:1313](http://localhost:1313) and the theme should be visible.
|
||||
|
||||
## Example Site
|
||||
|
||||
To run the example site, please type the following command.
|
||||
|
||||
```
|
||||
make hugo-server
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2024 [Marcin Mierzejewski](https://mrmierzejewski.com/)
|
||||
|
||||
The theme is released under the MIT License. Check the [original theme license](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md) for additional licensing information.
|
6
content/photos/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Photos"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
|
BIN
content/photos/arizona-us/arizona-us.jpg
Normal file
After Width: | Height: | Size: 469 KiB |
10
content/photos/arizona-us/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
image = "arizona-us.jpg"
|
||||
date = "2020-01-21"
|
||||
title = "Arizona, US"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
The [Grand Canyon](https://en.wikipedia.org/w/index.php?title=Grand_Canyon&oldid=952699432)
|
||||
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
|
||||
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters).
|
BIN
content/photos/chicago-us/chicago-us.jpg
Normal file
After Width: | Height: | Size: 463 KiB |
8
content/photos/chicago-us/index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
image = "chicago-us.jpg"
|
||||
date = "2020-01-21"
|
||||
title = "Chicago, US"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Chicago](https://en.wikipedia.org/w/index.php?title=Chicago&oldid=953376675), officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O'Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States.
|
BIN
content/photos/hel-poland-2/hel-poland-2.jpg
Normal file
After Width: | Height: | Size: 490 KiB |
9
content/photos/hel-poland-2/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "hel-poland-2.jpg"
|
||||
date = "2020-01-23"
|
||||
title = "Hel, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Hel Peninsula](https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541) (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.
|
BIN
content/photos/hel-poland-3/hel-poland-3.jpg
Normal file
After Width: | Height: | Size: 338 KiB |
9
content/photos/hel-poland-3/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "hel-poland-3.jpg"
|
||||
date = "2020-02-06"
|
||||
title = "Hel, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Hel Peninsula](https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541) (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.
|
8
content/photos/panaji-india-2/index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
image = "panaji-india-2.jpg"
|
||||
date = "2020-01-07"
|
||||
title = "Panaji, India"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Panaji](https://en.wikipedia.org/w/index.php?title=Panaji&oldid=949879387), formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa's largest urban agglomeration, ahead of Margão and Vasco da Gama.
|
BIN
content/photos/panaji-india-2/panaji-india-2.jpg
Normal file
After Width: | Height: | Size: 450 KiB |
9
content/photos/warsaw-poland/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "warsaw-poland.jpg"
|
||||
date = "2020-02-09"
|
||||
title = "Warsaw, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Palace of Culture and Science](https://en.wikipedia.org/w/index.php?title=Palace_of_Culture_and_Science&oldid=945815549) (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
|
||||
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences.
|
BIN
content/photos/warsaw-poland/warsaw-poland.jpg
Normal file
After Width: | Height: | Size: 462 KiB |
3
content/posts/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
title = "Posts"
|
||||
+++
|
12
content/posts/introduction/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = "What is Hugo"
|
||||
date = "2019-07-01"
|
||||
+++
|
||||
|
||||
Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.
|
||||
<!--more-->
|
||||
Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors.
|
||||
|
||||
Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including Netlify, Heroku, GoDaddy, DreamHost, GitHub Pages, GitLab Pages, Surge, Aerobatic, Firebase, Google Cloud Storage, Amazon S3, Rackspace, Azure, and CloudFront and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.
|
||||
|
||||
We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made.
|
45
content/posts/what-is-hugo/index.md
Normal file
|
@ -0,0 +1,45 @@
|
|||
+++
|
||||
title = "Introduction"
|
||||
date = "2019-08-03"
|
||||
+++
|
||||
|
||||
Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don't need to be a Go guru to contribute to the project's development.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Assumptions
|
||||
|
||||
This contribution guide takes a step-by-step approach in hopes of helping newcomers. Therefore, we only assume the following:
|
||||
|
||||
* You are new to Git or open-source projects in general
|
||||
* You are a fan of Hugo and enthusiastic about contributing to the project
|
||||
|
||||
## Install Go
|
||||
|
||||
The installation of Go should take only a few minutes. You have more than one option to get Go up and running on your machine.
|
||||
|
||||
If you are having trouble following the installation guides for Go, check out Go Bootcamp, which contains setups for every platform or reach out to the Hugo community in the Hugo Discussion Forums.
|
||||
|
||||
### Install Go From Source
|
||||
|
||||
Download the latest stable version of Go and follow the official Go installation guide.
|
||||
|
||||
Once you're finished installing Go, let's confirm everything is working correctly. Open a terminal---or command line under Windows--and type the following:
|
||||
|
||||
```
|
||||
go version
|
||||
```
|
||||
|
||||
You should see something similar to the following written to the console. Note that the version here reflects the most recent version of Go as of the last update for this page:
|
||||
|
||||
```
|
||||
go version go1.12 darwin/amd64
|
||||
```
|
||||
|
||||
Next, make sure that you set up your `GOPATH` as described in the installation guide.
|
||||
|
||||
You can print the `GOPATH` with `echo $GOPATH`. You should see a non-empty string containing a valid path to your Go workspace; for example:
|
||||
|
||||
```
|
||||
/Users/<yourusername>/Code/go
|
||||
```
|
12
data/mois.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
1: "Janvier"
|
||||
2: "Février"
|
||||
3: "Mars"
|
||||
4: "Avril"
|
||||
5: "Mai"
|
||||
6: "Juin"
|
||||
7: "Juillet"
|
||||
8: "Août"
|
||||
9: "Septembre"
|
||||
10: "Octobre"
|
||||
11: "Novembre"
|
||||
12: "Décembre"
|
12
data/moisshort.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
1: "Jan"
|
||||
2: "Fév"
|
||||
3: "Mar"
|
||||
4: "Avr"
|
||||
5: "Mai"
|
||||
6: "Jui"
|
||||
7: "Juil"
|
||||
8: "Aoû"
|
||||
9: "Sept"
|
||||
10: "Oct"
|
||||
11: "Nov"
|
||||
12: "Déc"
|
26
hugo.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
baseurl = "https://example.com/"
|
||||
title = "console-demo"
|
||||
theme = "hugo-theme-console"
|
||||
languageCode = 'fr-FR'
|
||||
defaultContentLanguage = "fr"
|
||||
defaultContentLang = "fr"
|
||||
|
||||
[params]
|
||||
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
||||
titleCutting = true
|
||||
|
||||
# Set the animation style -- https://animate.style/
|
||||
# To disable animations, please remove or comment animationStyle parameter
|
||||
animateStyle = "animated zoomIn fast"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "about/"
|
||||
url = "about/"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "posts/"
|
||||
url = "posts/"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "photos/"
|
||||
url = "photos/"
|
64
public/404.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/404.html</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/404.html" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="404 Page not found"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/404.html'>404.html</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Page not found</h1>
|
||||
<p><a href="http://localhost:1313/">Return to the home page</a>.</p>
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
119
public/about/index.html
Normal file
|
@ -0,0 +1,119 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/about/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="About" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/about/" /><meta property="article:published_time" content="2016-11-05T21:05:33+05:30" />
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="About"/>
|
||||
<meta name="twitter:description" content="A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.
|
||||
Theme is based on a modern and minimal Terminal CSS framework.
|
||||
|
||||
Live demo
|
||||
|
||||
https://mrmierzejewski.com/hugo-theme-console/
|
||||
|
||||
Installation
|
||||
From the root of your Hugo site, clone the theme into themes/hugo-theme-console by running :
|
||||
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
|
||||
See the Hugo documentation for more information.
|
||||
Configuration
|
||||
Set theme parameter in your config file:"/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/about'>about</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>About</h1>
|
||||
<p>A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.</p>
|
||||
<p>Theme is based on a modern and minimal <a href="https://terminalcss.xyz/">Terminal CSS</a> framework.</p>
|
||||
<p><img src="https://github.com/mrmierzejewski/hugo-theme-console/blob/master/images/preview.png?raw=true" alt="Console"></p>
|
||||
<h2 id="live-demo">Live demo</h2>
|
||||
<ul>
|
||||
<li><a href="https://mrmierzejewski.com/hugo-theme-console/">https://mrmierzejewski.com/hugo-theme-console/</a></li>
|
||||
</ul>
|
||||
<h2 id="installation">Installation</h2>
|
||||
<p>From the root of your Hugo site, clone the theme into <code>themes/hugo-theme-console</code> by running :</p>
|
||||
<pre tabindex="0"><code>$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
|
||||
</code></pre><p>See the <a href="https://gohugo.io/hugo-modules/theme-components/">Hugo documentation</a> for more information.</p>
|
||||
<h2 id="configuration">Configuration</h2>
|
||||
<p>Set theme parameter in your config file:</p>
|
||||
<pre tabindex="0"><code>theme = "hugo-theme-console"
|
||||
</code></pre><h2 id="quick-start">Quick start</h2>
|
||||
<p>After installation, take a look in the <code>exampleSite</code> folder at. This directory contains an example config file and the content for the demo.</p>
|
||||
<pre tabindex="0"><code> exampleSite
|
||||
├── config.toml
|
||||
├── content
|
||||
│ ├── about
|
||||
│ │ └── index.md
|
||||
│ └── photos
|
||||
│ │ └── arizona-us
|
||||
│ │ ├── arizona-us.jpg
|
||||
│ │ └── index.md
|
||||
│ └── posts
|
||||
│ └── introduction
|
||||
│ └── index.md
|
||||
├── layouts
|
||||
│
|
||||
└── static
|
||||
</code></pre><p>Copy at least the <code>config.toml</code> in the root directory of your website. Overwrite the existing config file if necessary.</p>
|
||||
<p>Hugo includes a development server, so you can view your changes as you go -
|
||||
very handy. Spin it up with the following command:</p>
|
||||
<pre tabindex="0"><code>hugo serve
|
||||
</code></pre><p>Now you can go to <a href="http://localhost:1313">http://localhost:1313</a> and the theme should be visible.</p>
|
||||
<h2 id="example-site">Example Site</h2>
|
||||
<p>To run the example site, please type the following command.</p>
|
||||
<pre tabindex="0"><code>make hugo-server
|
||||
</code></pre><h2 id="license">License</h2>
|
||||
<p>Copyright © 2024 <a href="https://mrmierzejewski.com/">Marcin Mierzejewski</a></p>
|
||||
<p>The theme is released under the MIT License. Check the <a href="https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md">original theme license</a> for additional licensing information.</p>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
72
public/categories/index.html
Normal file
|
@ -0,0 +1,72 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/categories/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/categories/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/categories/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/categories'>categories</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Categories</h1>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
11
public/categories/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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 console-demo</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on console-demo</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>fr-FR</language>
|
||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
7
public/hugo-theme-console/css/animate-4.1.1.min.css
vendored
Normal file
314
public/hugo-theme-console/css/console.css
Normal file
|
@ -0,0 +1,314 @@
|
|||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
src: url("../font/RobotoMono-Regular.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
src: url("../font/RobotoMono-Italic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
src: url("../font/RobotoMono-Bold.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
src: url("../font/RobotoMono-BoldItalic.ttf") format("truetype");
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
:root {
|
||||
--global-font-size: 16px;
|
||||
--global-font-color: #444;
|
||||
--mono-font-stack: Roboto Mono, Menlo, Monaco, Lucida Console,
|
||||
Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,
|
||||
Courier New, monospace, serif;
|
||||
--font-stack: Roboto Mono, Menlo, Monaco, Lucida Console, Liberation Mono,
|
||||
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
|
||||
serif;
|
||||
--global-line-height: 1.6em;
|
||||
--page-width: 70em;
|
||||
--display-h1-decoration: 1;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background-color: #222225;
|
||||
--page-width: 60em;
|
||||
--font-color: #e8e9ed;
|
||||
--invert-font-color: #222225;
|
||||
--secondary-color: #a3abba;
|
||||
--tertiary-color: #a3abba;
|
||||
--primary-color: #62c4ff;
|
||||
--error-color: #ff3c74;
|
||||
--progress-bar-background: #3f3f44;
|
||||
--progress-bar-fill: #62c4ff;
|
||||
--code-bg-color: #3f3f44;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--background-color:#fff;
|
||||
--font-color:#151515;
|
||||
--invert-font-color:#fff;
|
||||
--primary-color:#1a95e0;
|
||||
--secondary-color:#727578;
|
||||
--error-color:#d20962;
|
||||
--progress-bar-background:#727578;
|
||||
--progress-bar-fill:#151515;
|
||||
--code-bg-color:#e8eff2;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 850px) {
|
||||
:root {
|
||||
--global-font-size: 14px;
|
||||
--global-font-color: #444;
|
||||
--global-line-height: 1.6em;
|
||||
--page-width: 70em;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-heading {
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.box-masonry .box-masonry-image {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.box-masonry,
|
||||
.box-masonry:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-family: var(--font-stack);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--font-stack);
|
||||
font-size: var(--global-font-size);
|
||||
background-color: var(--background-color);
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.h1,
|
||||
.h2,
|
||||
.h3,
|
||||
.h4,
|
||||
.h5,
|
||||
.h6 {
|
||||
font-family: var(--font-stack);
|
||||
clear: both;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
.content-column-content p,
|
||||
.content-column-content li {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.btn-ghost {
|
||||
color: #666;
|
||||
background-color: transparent;
|
||||
border-color: #333;
|
||||
font-weight: 400;
|
||||
font-family: var(--font-stack);
|
||||
padding: 6px 12px;
|
||||
font-size: 18px;
|
||||
line-height: 1.55;
|
||||
border-radius: 0;
|
||||
margin-left: 0;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.content-column-content .command {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
p.social a {
|
||||
margin: 0 0 10px 0;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: none;
|
||||
line-height: 30px;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
color: #999999;
|
||||
-webkit-transition: all 0.2s ease-out;
|
||||
-moz-transition: all 0.2s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
}
|
||||
|
||||
.active a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.terminal-menu li {
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-left: 60px;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
clear: both;
|
||||
margin-top: 100px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid var(--secondary-color);
|
||||
color: var(--global-font-color);
|
||||
}
|
||||
|
||||
.image-grid {
|
||||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
display: grid;
|
||||
grid-gap: 1em;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: repeat(
|
||||
auto-fit,
|
||||
minmax(calc(var(--page-width) / 4), 1fr)
|
||||
);
|
||||
}
|
||||
|
||||
.terminal-prompt::after {
|
||||
-webkit-animation: cursor 1s infinite;
|
||||
animation: cursor 1s infinite;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.terminal-prompt::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.gallery-image {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.posts-list {
|
||||
position: relative;
|
||||
padding-left: 130px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.post h1,
|
||||
.post h2 {
|
||||
padding-top: 0;
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.posts-list .date {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
width: 130px;
|
||||
z-index: 400;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 850px) {
|
||||
.site-name {
|
||||
width: 2ch;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.terminal-nav {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.terminal-menu ul {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: left;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.terminal-menu li {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: calc(var(--global-space) * 1) 0 calc(var(--global-space) * 1);
|
||||
}
|
||||
|
||||
figure {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.posts-list {
|
||||
position: relative;
|
||||
padding-left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.post h1,
|
||||
.post h2 {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.posts-list .date {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
width: 150px;
|
||||
z-index: 400;
|
||||
font-weight: bold;
|
||||
padding-top: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 50px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
1
public/hugo-theme-console/css/terminal-0.7.4.min.css
vendored
Normal file
BIN
public/hugo-theme-console/font/RobotoMono-Bold.ttf
Normal file
BIN
public/hugo-theme-console/font/RobotoMono-BoldItalic.ttf
Normal file
BIN
public/hugo-theme-console/font/RobotoMono-Italic.ttf
Normal file
BIN
public/hugo-theme-console/font/RobotoMono-Regular.ttf
Normal file
129
public/index.html
Normal file
|
@ -0,0 +1,129 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.143.1"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="console-demo" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="console-demo"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
<p>
|
||||
Console is a minimal, responsive and light theme for Hugo inspired by Linux console. <a href="about/">(more)</a>
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
<h1>Latest posts</h1>
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">3 Aoû 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/what-is-hugo/" title="Introduction">Introduction</a></h1>
|
||||
<p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don’t need to be a Go guru to contribute to the project’s development.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">1 Juil 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/introduction/" title="What is Hugo">What is Hugo</a></h1>
|
||||
<p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Latest photos</h1>
|
||||
|
||||
<div class="image-grid">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/warsaw-poland/" title="Warsaw, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/warsaw-poland/warsaw-poland_hu_3d3e930312d915a3.jpg" alt="warsaw-poland.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-3/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg" alt="hel-poland-3.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-2/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg" alt="hel-poland-2.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
75
public/index.xml
Normal file
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>console-demo</title>
|
||||
<link>http://localhost:1313/</link>
|
||||
<description>Recent content on console-demo</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>fr-FR</language>
|
||||
<lastBuildDate>Sun, 09 Feb 2020 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Warsaw, Poland</title>
|
||||
<link>http://localhost:1313/photos/warsaw-poland/</link>
|
||||
<pubDate>Sun, 09 Feb 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/warsaw-poland/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Palace_of_Culture_and_Science&amp;oldid=945815549">Palace of Culture and Science</a> (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hel, Poland</title>
|
||||
<link>http://localhost:1313/photos/hel-poland-3/</link>
|
||||
<pubDate>Thu, 06 Feb 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/hel-poland-3/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&amp;oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hel, Poland</title>
|
||||
<link>http://localhost:1313/photos/hel-poland-2/</link>
|
||||
<pubDate>Thu, 23 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/hel-poland-2/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&amp;oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Arizona, US</title>
|
||||
<link>http://localhost:1313/photos/arizona-us/</link>
|
||||
<pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/arizona-us/</guid>
|
||||
<description><p>The <a href="https://en.wikipedia.org/w/index.php?title=Grand_Canyon&amp;oldid=952699432">Grand Canyon</a>
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Chicago, US</title>
|
||||
<link>http://localhost:1313/photos/chicago-us/</link>
|
||||
<pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/chicago-us/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Chicago&amp;oldid=953376675">Chicago</a>, officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O&rsquo;Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Panaji, India</title>
|
||||
<link>http://localhost:1313/photos/panaji-india-2/</link>
|
||||
<pubDate>Tue, 07 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/panaji-india-2/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Panaji&amp;oldid=949879387">Panaji</a>, formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa&rsquo;s largest urban agglomeration, ahead of Margão and Vasco da Gama.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Introduction</title>
|
||||
<link>http://localhost:1313/posts/what-is-hugo/</link>
|
||||
<pubDate>Sat, 03 Aug 2019 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/posts/what-is-hugo/</guid>
|
||||
<description><p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don&rsquo;t need to be a Go guru to contribute to the project&rsquo;s development.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>What is Hugo</title>
|
||||
<link>http://localhost:1313/posts/introduction/</link>
|
||||
<pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/posts/introduction/</guid>
|
||||
<description><p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>http://localhost:1313/about/</link>
|
||||
<pubDate>Sat, 05 Nov 2016 21:05:33 +0530</pubDate>
|
||||
<guid>http://localhost:1313/about/</guid>
|
||||
<description><p>A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.</p>
<p>Theme is based on a modern and minimal <a href="https://terminalcss.xyz/">Terminal CSS</a> framework.</p>
<p><img src="https://github.com/mrmierzejewski/hugo-theme-console/blob/master/images/preview.png?raw=true" alt="Console"></p>
<h2 id="live-demo">Live demo</h2>
<ul>
<li><a href="https://mrmierzejewski.com/hugo-theme-console/">https://mrmierzejewski.com/hugo-theme-console/</a></li>
</ul>
<h2 id="installation">Installation</h2>
<p>From the root of your Hugo site, clone the theme into <code>themes/hugo-theme-console</code> by running :</p>
<pre tabindex="0"><code>$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
</code></pre><p>See the <a href="https://gohugo.io/hugo-modules/theme-components/">Hugo documentation</a> for more information.</p>
<h2 id="configuration">Configuration</h2>
<p>Set theme parameter in your config file:</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
BIN
public/photos/arizona-us/arizona-us.jpg
Normal file
After Width: | Height: | Size: 469 KiB |
BIN
public/photos/arizona-us/arizona-us_hu_390dcfd637788877.jpg
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
public/photos/arizona-us/arizona-us_hu_f603e5ec2ebb7ee7.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
94
public/photos/arizona-us/index.html
Normal file
|
@ -0,0 +1,94 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/arizona-us/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Arizona, US" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/arizona-us/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/arizona-us/arizona-us_hu_f603e5ec2ebb7ee7.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-01-21T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/arizona-us/arizona-us_hu_f603e5ec2ebb7ee7.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Arizona, US"/>
|
||||
<meta name="twitter:description" content="The Grand Canyon
|
||||
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
|
||||
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters)."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/arizona-us'>arizona-us</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Arizona, US</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/arizona-us/arizona-us_hu_390dcfd637788877.jpg" alt="arizona-us.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p>The <a href="https://en.wikipedia.org/w/index.php?title=Grand_Canyon&oldid=952699432">Grand Canyon</a>
|
||||
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
|
||||
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters).</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/photos/chicago-us/chicago-us.jpg
Normal file
After Width: | Height: | Size: 463 KiB |
BIN
public/photos/chicago-us/chicago-us_hu_a9e64d36490a64d.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/photos/chicago-us/chicago-us_hu_c983d76df8c9b86b.jpg
Normal file
After Width: | Height: | Size: 177 KiB |
90
public/photos/chicago-us/index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/chicago-us/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Chicago, US" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/chicago-us/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/chicago-us/chicago-us_hu_a9e64d36490a64d.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-01-21T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/chicago-us/chicago-us_hu_a9e64d36490a64d.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Chicago, US"/>
|
||||
<meta name="twitter:description" content="Chicago, officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O’Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/chicago-us'>chicago-us</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Chicago, US</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/chicago-us/chicago-us_hu_c983d76df8c9b86b.jpg" alt="chicago-us.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/w/index.php?title=Chicago&oldid=953376675">Chicago</a>, officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O’Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/photos/hel-poland-2/hel-poland-2.jpg
Normal file
After Width: | Height: | Size: 490 KiB |
BIN
public/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
public/photos/hel-poland-2/hel-poland-2_hu_2a7e7405f62d6f55.jpg
Normal file
After Width: | Height: | Size: 221 KiB |
92
public/photos/hel-poland-2/index.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/hel-poland-2/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Hel, Poland" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/hel-poland-2/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-01-23T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Hel, Poland"/>
|
||||
<meta name="twitter:description" content="Hel Peninsula (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/hel-poland-2'>hel-poland-2</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Hel, Poland</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-2/hel-poland-2_hu_2a7e7405f62d6f55.jpg" alt="hel-poland-2.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/photos/hel-poland-3/hel-poland-3.jpg
Normal file
After Width: | Height: | Size: 338 KiB |
BIN
public/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/photos/hel-poland-3/hel-poland-3_hu_688807409f367c13.jpg
Normal file
After Width: | Height: | Size: 134 KiB |
92
public/photos/hel-poland-3/index.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/hel-poland-3/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Hel, Poland" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/hel-poland-3/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-02-06T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Hel, Poland"/>
|
||||
<meta name="twitter:description" content="Hel Peninsula (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/hel-poland-3'>hel-poland-3</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Hel, Poland</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-3/hel-poland-3_hu_688807409f367c13.jpg" alt="hel-poland-3.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
129
public/photos/index.html
Normal file
|
@ -0,0 +1,129 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/photos/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="Photos" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Photos"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Photos</h1>
|
||||
|
||||
<div class="image-grid">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/warsaw-poland/" title="Warsaw, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/warsaw-poland/warsaw-poland_hu_3d3e930312d915a3.jpg" alt="warsaw-poland.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-3/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-3/hel-poland-3_hu_43ecd3203cc8a30d.jpg" alt="hel-poland-3.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/hel-poland-2/" title="Hel, Poland">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/hel-poland-2/hel-poland-2_hu_1288e95b0687afc1.jpg" alt="hel-poland-2.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/arizona-us/" title="Arizona, US">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/arizona-us/arizona-us_hu_f603e5ec2ebb7ee7.jpg" alt="arizona-us.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/chicago-us/" title="Chicago, US">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/chicago-us/chicago-us_hu_a9e64d36490a64d.jpg" alt="chicago-us.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="http://localhost:1313/photos/panaji-india-2/" title="Panaji, India">
|
||||
|
||||
|
||||
|
||||
<img src="/photos/panaji-india-2/panaji-india-2_hu_f23f4840138f7d82.jpg" alt="panaji-india-2.jpg" class="img-responsive">
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
54
public/photos/index.xml
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Photos on console-demo</title>
|
||||
<link>http://localhost:1313/photos/</link>
|
||||
<description>Recent content in Photos on console-demo</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>fr-FR</language>
|
||||
<lastBuildDate>Sun, 09 Feb 2020 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/photos/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Warsaw, Poland</title>
|
||||
<link>http://localhost:1313/photos/warsaw-poland/</link>
|
||||
<pubDate>Sun, 09 Feb 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/warsaw-poland/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Palace_of_Culture_and_Science&amp;oldid=945815549">Palace of Culture and Science</a> (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hel, Poland</title>
|
||||
<link>http://localhost:1313/photos/hel-poland-3/</link>
|
||||
<pubDate>Thu, 06 Feb 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/hel-poland-3/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&amp;oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hel, Poland</title>
|
||||
<link>http://localhost:1313/photos/hel-poland-2/</link>
|
||||
<pubDate>Thu, 23 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/hel-poland-2/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&amp;oldid=939640541">Hel Peninsula</a> (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Arizona, US</title>
|
||||
<link>http://localhost:1313/photos/arizona-us/</link>
|
||||
<pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/arizona-us/</guid>
|
||||
<description><p>The <a href="https://en.wikipedia.org/w/index.php?title=Grand_Canyon&amp;oldid=952699432">Grand Canyon</a>
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Chicago, US</title>
|
||||
<link>http://localhost:1313/photos/chicago-us/</link>
|
||||
<pubDate>Tue, 21 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/chicago-us/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Chicago&amp;oldid=953376675">Chicago</a>, officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O&rsquo;Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Panaji, India</title>
|
||||
<link>http://localhost:1313/photos/panaji-india-2/</link>
|
||||
<pubDate>Tue, 07 Jan 2020 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/photos/panaji-india-2/</guid>
|
||||
<description><p><a href="https://en.wikipedia.org/w/index.php?title=Panaji&amp;oldid=949879387">Panaji</a>, formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa&rsquo;s largest urban agglomeration, ahead of Margão and Vasco da Gama.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
90
public/photos/panaji-india-2/index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/panaji-india-2/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Panaji, India" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/panaji-india-2/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/panaji-india-2/panaji-india-2_hu_f23f4840138f7d82.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-01-07T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/panaji-india-2/panaji-india-2_hu_f23f4840138f7d82.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Panaji, India"/>
|
||||
<meta name="twitter:description" content="Panaji, formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa’s largest urban agglomeration, ahead of Margão and Vasco da Gama."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/panaji-india-2'>panaji-india-2</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Panaji, India</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/panaji-india-2/panaji-india-2_hu_e5c6f2bf77f7c986.jpg" alt="panaji-india-2.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/w/index.php?title=Panaji&oldid=949879387">Panaji</a>, formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa’s largest urban agglomeration, ahead of Margão and Vasco da Gama.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/photos/panaji-india-2/panaji-india-2.jpg
Normal file
After Width: | Height: | Size: 450 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 28 KiB |
92
public/photos/warsaw-poland/index.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/photos/warsaw-poland/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Warsaw, Poland" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/photos/warsaw-poland/" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/photos/warsaw-poland/warsaw-poland_hu_3d3e930312d915a3.jpg">
|
||||
|
||||
<meta property="article:published_time" content="2020-02-09T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="http://localhost:1313/photos/warsaw-poland/warsaw-poland_hu_3d3e930312d915a3.jpg">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Warsaw, Poland"/>
|
||||
<meta name="twitter:description" content="Palace of Culture and Science (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
|
||||
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/photos'>photos</a>/<a href='http://localhost:1313/photos/warsaw-poland'>warsaw-poland</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Warsaw, Poland</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="/photos/warsaw-poland/warsaw-poland_hu_ed43f0ecca38e90b.jpg" alt="warsaw-poland.jpg" class="img-responsive gallery-image">
|
||||
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/w/index.php?title=Palace_of_Culture_and_Science&oldid=945815549">Palace of Culture and Science</a> (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
|
||||
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
public/photos/warsaw-poland/warsaw-poland.jpg
Normal file
After Width: | Height: | Size: 462 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 211 KiB |
92
public/posts/index.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/posts/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/posts/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/posts/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/posts'>posts</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Posts</h1>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">3 Aug 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/what-is-hugo/" title="Introduction">Introduction</a></h1>
|
||||
<p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don’t need to be a Go guru to contribute to the project’s development.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post">
|
||||
<p>
|
||||
<div class="date">1 Jul 2019</div>
|
||||
<h1><a href="http://localhost:1313/posts/introduction/" title="What is Hugo">What is Hugo</a></h1>
|
||||
<p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
26
public/posts/index.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?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 console-demo</title>
|
||||
<link>http://localhost:1313/posts/</link>
|
||||
<description>Recent content in Posts on console-demo</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>fr-FR</language>
|
||||
<lastBuildDate>Sat, 03 Aug 2019 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Introduction</title>
|
||||
<link>http://localhost:1313/posts/what-is-hugo/</link>
|
||||
<pubDate>Sat, 03 Aug 2019 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/posts/what-is-hugo/</guid>
|
||||
<description><p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don&rsquo;t need to be a Go guru to contribute to the project&rsquo;s development.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>What is Hugo</title>
|
||||
<link>http://localhost:1313/posts/introduction/</link>
|
||||
<pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/posts/introduction/</guid>
|
||||
<description><p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
74
public/posts/introduction/index.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/posts/introduction/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="What is Hugo" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/posts/introduction/" /><meta property="article:published_time" content="2019-07-01T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="What is Hugo"/>
|
||||
<meta name="twitter:description" content="Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/posts'>posts</a>/<a href='http://localhost:1313/posts/introduction'>introduction</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>What is Hugo</h1>
|
||||
|
||||
1 juillet 2019
|
||||
|
||||
|
||||
<br/><br/>
|
||||
<p>Hugo is a fast and modern static site generator written in Go, and designed to make website creation fun again.</p>
|
||||
<p>Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors.</p>
|
||||
<p>Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including Netlify, Heroku, GoDaddy, DreamHost, GitHub Pages, GitLab Pages, Surge, Aerobatic, Firebase, Google Cloud Storage, Amazon S3, Rackspace, Azure, and CloudFront and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.</p>
|
||||
<p>We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made.</p>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
90
public/posts/what-is-hugo/index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/posts/what-is-hugo/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta property="og:title" content="Introduction" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="http://localhost:1313/posts/what-is-hugo/" /><meta property="article:published_time" content="2019-08-03T00:00:00+00:00" />
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Introduction"/>
|
||||
<meta name="twitter:description" content="Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don’t need to be a Go guru to contribute to the project’s development."/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts'>posts</a>/<a href='http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo/http://localhost:1313/posts/what-is-hugo'>what-is-hugo</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
3 Août 2019
|
||||
|
||||
|
||||
<br/><br/>
|
||||
<p>Hugo is an open-source project and lives by the work of its contributors. There are plenty of open issues, and we need your help to make Hugo even more awesome. You don’t need to be a Go guru to contribute to the project’s development.</p>
|
||||
<h2 id="assumptions">Assumptions</h2>
|
||||
<p>This contribution guide takes a step-by-step approach in hopes of helping newcomers. Therefore, we only assume the following:</p>
|
||||
<ul>
|
||||
<li>You are new to Git or open-source projects in general</li>
|
||||
<li>You are a fan of Hugo and enthusiastic about contributing to the project</li>
|
||||
</ul>
|
||||
<h2 id="install-go">Install Go</h2>
|
||||
<p>The installation of Go should take only a few minutes. You have more than one option to get Go up and running on your machine.</p>
|
||||
<p>If you are having trouble following the installation guides for Go, check out Go Bootcamp, which contains setups for every platform or reach out to the Hugo community in the Hugo Discussion Forums.</p>
|
||||
<h3 id="install-go-from-source">Install Go From Source</h3>
|
||||
<p>Download the latest stable version of Go and follow the official Go installation guide.</p>
|
||||
<p>Once you’re finished installing Go, let’s confirm everything is working correctly. Open a terminal—or command line under Windows–and type the following:</p>
|
||||
<pre tabindex="0"><code>go version
|
||||
</code></pre><p>You should see something similar to the following written to the console. Note that the version here reflects the most recent version of Go as of the last update for this page:</p>
|
||||
<pre tabindex="0"><code>go version go1.12 darwin/amd64
|
||||
</code></pre><p>Next, make sure that you set up your <code>GOPATH</code> as described in the installation guide.</p>
|
||||
<p>You can print the <code>GOPATH</code> with <code>echo $GOPATH</code>. You should see a non-empty string containing a valid path to your Go workspace; for example:</p>
|
||||
<pre tabindex="0"><code>/Users/<yourusername>/Code/go
|
||||
</code></pre>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
101
public/sitemap.xml
Normal file
|
@ -0,0 +1,101 @@
|
|||
<?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://localhost:1313/</loc>
|
||||
<lastmod>2020-02-09T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/</loc>
|
||||
<lastmod>2020-02-09T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/warsaw-poland/</loc>
|
||||
<lastmod>2020-02-09T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/hel-poland-3/</loc>
|
||||
<lastmod>2020-02-06T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/hel-poland-2/</loc>
|
||||
<lastmod>2020-01-23T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/arizona-us/</loc>
|
||||
<lastmod>2020-01-21T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/chicago-us/</loc>
|
||||
<lastmod>2020-01-21T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/photos/panaji-india-2/</loc>
|
||||
<lastmod>2020-01-07T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/posts/what-is-hugo/</loc>
|
||||
<lastmod>2019-08-03T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/posts/</loc>
|
||||
<lastmod>2019-08-03T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/posts/introduction/</loc>
|
||||
<lastmod>2019-07-01T00:00:00+00:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/about/</loc>
|
||||
<lastmod>2016-11-05T21:05:33+05:30</lastmod>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/categories/</loc>
|
||||
</url>
|
||||
|
||||
|
||||
|
||||
<url>
|
||||
<loc>http://localhost:1313/tags/</loc>
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
72
public/tags/index.html
Normal file
|
@ -0,0 +1,72 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>console-demo/tags/</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all,follow">
|
||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/terminal-0.7.4.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/hugo-theme-console/css/console.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link href="http://localhost:1313/tags/index.xml" rel="alternate" type="application/rss+xml" title="console-demo" />
|
||||
<meta property="og:title" content="Tags" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://localhost:1313/tags/" />
|
||||
|
||||
|
||||
<meta name="twitter:title" content="Tags"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<div class="container">
|
||||
<div class="terminal-nav">
|
||||
<header class="terminal-logo">
|
||||
<div class="logo terminal-prompt">
|
||||
|
||||
|
||||
<a href="http://localhost:1313/" class="no-style site-name">console-demo</a>:~#
|
||||
<a href='http://localhost:1313/tags'>tags</a>/</div></header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
|
||||
<li><a href="http://localhost:1313/about/" typeof="ListItem">about/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/posts/" typeof="ListItem">posts/</a></li>
|
||||
|
||||
<li><a href="http://localhost:1313/photos/" typeof="ListItem">photos/</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container animated zoomIn fast" >
|
||||
|
||||
<h1>Tags</h1>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> with
|
||||
<a href="https://github.com/mrmierzejewski/hugo-theme-console/">Console Theme</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
11
public/tags/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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 console-demo</title>
|
||||
<link>http://localhost:1313/tags/</link>
|
||||
<description>Recent content in Tags on console-demo</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>fr-FR</language>
|
||||
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
After Width: | Height: | Size: 202 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 177 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 221 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 211 KiB |
BIN
themes/.DS_Store
vendored
Normal file
3
themes/hugo-theme-console/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.DS_Store
|
||||
public
|
||||
*.lock
|
21
themes/hugo-theme-console/LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 Marcin Mierzejewski
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
74
themes/hugo-theme-console/README.md
Normal file
|
@ -0,0 +1,74 @@
|
|||
# Hugo Theme: Console
|
||||
|
||||
A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.
|
||||
|
||||
Theme is based on a modern and minimal [Terminal CSS](https://terminalcss.xyz/) framework.
|
||||
|
||||

|
||||
|
||||
## Live demo
|
||||
|
||||
* [https://mrmierzejewski.com/hugo-theme-console/](https://mrmierzejewski.com/hugo-theme-console/)
|
||||
|
||||
## Installation
|
||||
|
||||
From the root of your Hugo site, clone the theme into ```themes/hugo-theme-console``` by running :
|
||||
|
||||
```
|
||||
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
|
||||
```
|
||||
|
||||
See the [Hugo documentation](https://gohugo.io/hugo-modules/theme-components/) for more information.
|
||||
|
||||
## Configuration
|
||||
|
||||
Set theme parameter in your config file:
|
||||
|
||||
```
|
||||
theme = "hugo-theme-console"
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
After installation, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo.
|
||||
|
||||
```
|
||||
exampleSite
|
||||
├── config.toml
|
||||
├── content
|
||||
│ ├── about
|
||||
│ │ └── index.md
|
||||
│ └── photos
|
||||
│ │ └── arizona-us
|
||||
│ │ ├── arizona-us.jpg
|
||||
│ │ └── index.md
|
||||
│ └── posts
|
||||
│ └── introduction
|
||||
│ └── index.md
|
||||
├── layouts
|
||||
│
|
||||
└── static
|
||||
```
|
||||
|
||||
Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
|
||||
|
||||
Hugo includes a development server, so you can view your changes as you go -
|
||||
very handy. Spin it up with the following command:
|
||||
|
||||
```
|
||||
hugo serve
|
||||
```
|
||||
|
||||
Now you can go to [http://localhost:1313](http://localhost:1313) and the theme should be visible.
|
||||
|
||||
## Example Site
|
||||
|
||||
To run the example site, please type the following command.
|
||||
|
||||
```
|
||||
make hugo-server
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2024 [Marcin Mierzejewski](https://mrmierzejewski.com/). This theme is released under the [MIT License](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md).
|
1
themes/hugo-theme-console/exampleSite/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
resources
|
24
themes/hugo-theme-console/exampleSite/config.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
baseurl = "https://example.com/"
|
||||
title = "console-demo"
|
||||
theme = "hugo-theme-console"
|
||||
languageCode = "en-us"
|
||||
|
||||
[params]
|
||||
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
||||
titleCutting = true
|
||||
|
||||
# Set the animation style -- https://animate.style/
|
||||
# To disable animations, please remove or comment animationStyle parameter
|
||||
animateStyle = "animated zoomIn fast"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "about/"
|
||||
url = "about/"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "posts/"
|
||||
url = "posts/"
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "photos/"
|
||||
url = "photos/"
|
79
themes/hugo-theme-console/exampleSite/content/about/index.md
Normal file
|
@ -0,0 +1,79 @@
|
|||
+++
|
||||
date = "2016-11-05T21:05:33+05:30"
|
||||
title = "About"
|
||||
+++
|
||||
|
||||
A minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.
|
||||
|
||||
Theme is based on a modern and minimal [Terminal CSS](https://terminalcss.xyz/) framework.
|
||||
|
||||

|
||||
|
||||
## Live demo
|
||||
|
||||
* [https://mrmierzejewski.com/hugo-theme-console/](https://mrmierzejewski.com/hugo-theme-console/)
|
||||
|
||||
## Installation
|
||||
|
||||
From the root of your Hugo site, clone the theme into ```themes/hugo-theme-console``` by running :
|
||||
|
||||
```
|
||||
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
|
||||
```
|
||||
|
||||
See the [Hugo documentation](https://gohugo.io/hugo-modules/theme-components/) for more information.
|
||||
|
||||
## Configuration
|
||||
|
||||
Set theme parameter in your config file:
|
||||
|
||||
```
|
||||
theme = "hugo-theme-console"
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
After installation, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo.
|
||||
|
||||
```
|
||||
exampleSite
|
||||
├── config.toml
|
||||
├── content
|
||||
│ ├── about
|
||||
│ │ └── index.md
|
||||
│ └── photos
|
||||
│ │ └── arizona-us
|
||||
│ │ ├── arizona-us.jpg
|
||||
│ │ └── index.md
|
||||
│ └── posts
|
||||
│ └── introduction
|
||||
│ └── index.md
|
||||
├── layouts
|
||||
│
|
||||
└── static
|
||||
```
|
||||
|
||||
Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
|
||||
|
||||
Hugo includes a development server, so you can view your changes as you go -
|
||||
very handy. Spin it up with the following command:
|
||||
|
||||
```
|
||||
hugo serve
|
||||
```
|
||||
|
||||
Now you can go to [http://localhost:1313](http://localhost:1313) and the theme should be visible.
|
||||
|
||||
## Example Site
|
||||
|
||||
To run the example site, please type the following command.
|
||||
|
||||
```
|
||||
make hugo-server
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2024 [Marcin Mierzejewski](https://mrmierzejewski.com/)
|
||||
|
||||
The theme is released under the MIT License. Check the [original theme license](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md) for additional licensing information.
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Photos"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
|
After Width: | Height: | Size: 469 KiB |
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
image = "arizona-us.jpg"
|
||||
date = "2020-01-21"
|
||||
title = "Arizona, US"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
The [Grand Canyon](https://en.wikipedia.org/w/index.php?title=Grand_Canyon&oldid=952699432)
|
||||
is a steep-sided canyon carved by the Colorado River in Arizona, United States.
|
||||
The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters).
|
After Width: | Height: | Size: 463 KiB |
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
image = "chicago-us.jpg"
|
||||
date = "2020-01-21"
|
||||
title = "Chicago, US"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Chicago](https://en.wikipedia.org/w/index.php?title=Chicago&oldid=953376675), officially the City of Chicago, is the most populous city in the U.S. state of Illinois, and the third-most-populous city in the United States. With an estimated population of 2,705,994 (2018), it is also the most populous city in the Midwestern United States. Chicago is the county seat of Cook County, the second-most-populous county in the US, with a small portion of the northwest side of the city extending into DuPage County near O'Hare Airport. Chicago is the principal city of the Chicago metropolitan area, often referred to as Chicagoland. At nearly 10 million people, the metropolitan area is the third most populous in the United States.
|
After Width: | Height: | Size: 490 KiB |
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "hel-poland-2.jpg"
|
||||
date = "2020-01-23"
|
||||
title = "Hel, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Hel Peninsula](https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541) (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.
|
After Width: | Height: | Size: 338 KiB |
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "hel-poland-3.jpg"
|
||||
date = "2020-02-06"
|
||||
title = "Hel, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Hel Peninsula](https://en.wikipedia.org/w/index.php?title=Hel_Peninsula&oldid=939640541) (Polish: Mierzeja Helska) is a 35-km-long sand bar peninsula in northern Poland separating the Bay of Puck from the open Baltic Sea.
|
||||
The width of the peninsula varies from approximately 300 m near Jurata, through 100 m in the most narrow part to over 3 km at the tip. Since the peninsula was formed entirely of sand, it is frequently turned into an island by winter storms. Until the 17th century the peninsula was a chain of islands that formed a strip of land only during the summer.
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
image = "panaji-india-2.jpg"
|
||||
date = "2020-01-07"
|
||||
title = "Panaji, India"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Panaji](https://en.wikipedia.org/w/index.php?title=Panaji&oldid=949879387), formerly Panjim, is the capital of the Indian state of Goa and the headquarters of North Goa district. It lies on the banks of the Mandovi River estuary in the Ilhas de Goa sub-district (taluka). With a population of 114,759 in the metropolitan area, Panjim is Goa's largest urban agglomeration, ahead of Margão and Vasco da Gama.
|
After Width: | Height: | Size: 450 KiB |
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
image = "warsaw-poland.jpg"
|
||||
date = "2020-02-09"
|
||||
title = "Warsaw, Poland"
|
||||
type = "gallery"
|
||||
+++
|
||||
|
||||
[Palace of Culture and Science](https://en.wikipedia.org/w/index.php?title=Palace_of_Culture_and_Science&oldid=945815549) (Polish: Pałac Kultury i Nauki), is a notable high-rise building in central Warsaw, Poland. With a total height of 237 metres (778 ft) it is the tallest building in Poland, the 5th-tallest building in the European Union (including spire) and one of the tallest on the European continent.
|
||||
Constructed in 1955, it houses various public and cultural institutions such as cinemas, theatres, libraries, sports clubs, university faculties and authorities of the Polish Academy of Sciences.
|