changed themes
111
config.toml
|
@ -1,78 +1,45 @@
|
||||||
|
baseurl = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "binario"
|
theme = "terminal"
|
||||||
|
paginate = 5
|
||||||
baseurl = "https://thrrgilag.net/" # Make sure to end baseurl with a '/'
|
|
||||||
title = "Morgan McMillian"
|
|
||||||
author = "Morgan McMillian"
|
|
||||||
|
|
||||||
# Shown in the side menu
|
|
||||||
copyright = "© 2019. All rights reserved."
|
|
||||||
canonifyurls = true
|
|
||||||
paginate = 10
|
|
||||||
|
|
||||||
[indexes]
|
|
||||||
tag = "tags"
|
|
||||||
topic = "topics"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# Shown in the home page
|
# dir name of your blog content (default is `content/posts`)
|
||||||
subtitle = "software development and other random bits"
|
contentTypeName = "post"
|
||||||
brand = "thrrgilag"
|
# ["orange", "blue", "red", "green", "pink"]
|
||||||
|
themeColor = "orange"
|
||||||
|
# if you set this to 0, only submenu trigger will be visible
|
||||||
|
showMenuItems = 2
|
||||||
|
# show selector to switch language
|
||||||
|
showLanguageSelector = false
|
||||||
|
# set theme to full screen width
|
||||||
|
fullWidthTheme = false
|
||||||
|
# center theme with default width
|
||||||
|
centerTheme = false
|
||||||
|
# set a custom favicon (default is a `themeColor` square)
|
||||||
|
# favicon = "favicon.ico"
|
||||||
|
|
||||||
# CSS name for highlight.js
|
[languages]
|
||||||
highlightjs = "androidstudio"
|
[languages.en]
|
||||||
highlightjs_extra_languages = ["yaml"]
|
languageName = "English"
|
||||||
dateFormat = "02 Jan 2006, 15:04"
|
title = "thrrgilag.net"
|
||||||
# Include any custom CSS and/or JS files
|
subtitle = "software development and other random bits"
|
||||||
# (relative to /static folder)
|
keywords = ""
|
||||||
customCSS = ["custom.css"]
|
copyright = "© 2019. All rights reserved."
|
||||||
# custom_js = ["js/my.js"]
|
menuMore = "Show more"
|
||||||
columns = 1
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
[menu]
|
[languages.en.params.logo]
|
||||||
# Shown in the side menu.
|
logoText = "Morgan McMillian"
|
||||||
[[menu.main]]
|
logoHomeLink = "/"
|
||||||
name = "Home"
|
|
||||||
pre = "<i class='fa fa-home fa-fw'></i>"
|
|
||||||
weight = 1
|
|
||||||
identifier = "home"
|
|
||||||
url = "/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Posts"
|
|
||||||
pre = "<i class='fa fa-list fa-fw'></i>"
|
|
||||||
weight = 2
|
|
||||||
identifier = "post"
|
|
||||||
url = "/post/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "About"
|
|
||||||
pre = "<i class='fa fa-user fa-fw'></i>"
|
|
||||||
weight = 6
|
|
||||||
identifier = "about"
|
|
||||||
url = "/about/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Topics"
|
|
||||||
pre = "<i class='fa fa-folder fa-fw'></i>"
|
|
||||||
weight = 3
|
|
||||||
identifier = "topic"
|
|
||||||
url = "/topics/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Tags"
|
|
||||||
pre = "<i class='fa fa-tags fa-fw'></i>"
|
|
||||||
weight = 4
|
|
||||||
identifier = "tag"
|
|
||||||
url = "/tags/"
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Contact"
|
|
||||||
pre = "<i class='fa fa-phone fa-fw'></i>"
|
|
||||||
weight = 5
|
|
||||||
url = "/contact/"
|
|
||||||
|
|
||||||
# [params.social]
|
[languages.en.menu]
|
||||||
# # Link your social networking accounts to the side menu
|
[[languages.en.menu.main]]
|
||||||
# # by entering your username or ID.
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
# # Techie
|
url = "/about"
|
||||||
# github = "thrrgilag"
|
[[languages.en.menu.main]]
|
||||||
# gitlab = "https://gitlab.dreamfall.space/thrrgilag"
|
identifier = "contact"
|
||||||
# mastodon = "https://pleroma.thrrgilag.space/thrrgilag"
|
name = "Contact"
|
||||||
# pnut = "thrrgilag"
|
url = "/contact"
|
||||||
|
|
|
@ -7,6 +7,7 @@ tags:
|
||||||
- pnut
|
- pnut
|
||||||
- android
|
- android
|
||||||
draft: false
|
draft: false
|
||||||
|
showFullContent: false
|
||||||
---
|
---
|
||||||
|
|
||||||
The latest Goober for Android has been released to the Google Play store.
|
The latest Goober for Android has been released to the Google Play store.
|
||||||
|
|
|
@ -7,6 +7,7 @@ tags:
|
||||||
- pnut
|
- pnut
|
||||||
- android
|
- android
|
||||||
draft: false
|
draft: false
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm going to officially put Goober into a maintenance only mode. The
|
I'm going to officially put Goober into a maintenance only mode. The
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "monkeystew.org migrated"
|
title: "monkeystew.org migrated"
|
||||||
date: 2019-09-29T08:18:56-07:00
|
date: 2019-09-29T08:18:56-07:00
|
||||||
|
showFullContent: true
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Hello World! (again)"
|
title: "Hello World! (again)"
|
||||||
date: 2018-11-22T06:14:21-08:00
|
date: 2018-11-22T06:14:21-08:00
|
||||||
draft: false
|
draft: false
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
|
|
||||||
I finally made the jump to using a site generator for my blog along with a new domain name. Rather than migrating the old site I've decided to leave it in place and just place my new posts here. Now that this post is out of the way, on with the show!
|
I finally made the jump to using a site generator for my blog along with a new domain name. Rather than migrating the old site I've decided to leave it in place and just place my new posts here. Now that this post is out of the way, on with the show!
|
||||||
|
|
|
@ -4,6 +4,6 @@ author: thrrgilag
|
||||||
type: post
|
type: post
|
||||||
date: 2012-03-03T12:08:22+00:00
|
date: 2012-03-03T12:08:22+00:00
|
||||||
url: /2012/03/03/hello-world-2/
|
url: /2012/03/03/hello-world-2/
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Welcome to the latest version of my site. It’s time that I start putting things into place for releasing some of my personal programming projects into the wild. I don’t consider myself a professional programmer, it’s just a hobby I am always looking to improve on.
|
Welcome to the latest version of my site. It’s time that I start putting things into place for releasing some of my personal programming projects into the wild. I don’t consider myself a professional programmer, it’s just a hobby I am always looking to improve on.
|
|
@ -9,7 +9,7 @@ topics:
|
||||||
tags:
|
tags:
|
||||||
- google
|
- google
|
||||||
- facebook
|
- facebook
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Companies like Facebook, Twitter, or Google should not own or control your relationships. If you are unhappy with a company or their service then stop using it. There are many ways to interact online and offline without a large company owning you.
|
Companies like Facebook, Twitter, or Google should not own or control your relationships. If you are unhappy with a company or their service then stop using it. There are many ways to interact online and offline without a large company owning you.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ topics:
|
||||||
tags:
|
tags:
|
||||||
- bb10
|
- bb10
|
||||||
- todo.txt
|
- todo.txt
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
[<img class=" size-thumbnail wp-image-216 alignleft" src="https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-150x150.jpg" alt="Broken Hammer" width="150" height="150" srcset="https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-150x150.jpg 150w, https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-300x298.jpg 300w, https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f.jpg 401w" sizes="(max-width: 150px) 100vw, 150px" />][1]I was hoping this release would include new features but time was not on my side this go around. I decided to go ahead with a minor bug fix release instead. Solving an erroneous authentication error when authorizing the app with Dropbox. Enjoy and stay tuned for more enhancements down the road.
|
[<img class=" size-thumbnail wp-image-216 alignleft" src="https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-150x150.jpg" alt="Broken Hammer" width="150" height="150" srcset="https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-150x150.jpg 150w, https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f-300x298.jpg 300w, https://monkeystew.org/wp-content/uploads/2014/12/hammer-broken-striking-a-nail_f.jpg 401w" sizes="(max-width: 150px) 100vw, 150px" />][1]I was hoping this release would include new features but time was not on my side this go around. I decided to go ahead with a minor bug fix release instead. Solving an erroneous authentication error when authorizing the app with Dropbox. Enjoy and stay tuned for more enhancements down the road.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ topics:
|
||||||
- Social
|
- Social
|
||||||
tags:
|
tags:
|
||||||
- friendica
|
- friendica
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
My Friendica experimentation continues, this time with a cheesy no-substance blog post. Please excuse the noise for now but I’m thinking there will be a real blog post coming about my experiences with this software, and open social networks in general. :)
|
My Friendica experimentation continues, this time with a cheesy no-substance blog post. Please excuse the noise for now but I’m thinking there will be a real blog post coming about my experiences with this software, and open social networks in general. :)
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@ url: /2016/07/16/328/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
I now have microblog posts showing here along with a distinct RSS feed.
|
I now have microblog posts showing here along with a distinct RSS feed.
|
|
@ -6,6 +6,6 @@ url: /2016/07/16/337/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Adding another target into my occiasional cross posting mix, this time feeding back into my main blog. Because I can. :p
|
Adding another target into my occiasional cross posting mix, this time feeding back into my main blog. Because I can. :p
|
|
@ -6,6 +6,6 @@ url: /2016/08/01/340/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Back to work with a bang today. Nearly 3k unread emails in my inbox and more that 50% of them I was able to toss as pure noise. 😊
|
Back to work with a bang today. Nearly 3k unread emails in my inbox and more that 50% of them I was able to toss as pure noise. 😊
|
|
@ -6,7 +6,7 @@ url: /2016/08/05/350/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
![][1]</img>
|
![][1]</img>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ url: /2016/08/06/353/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Found some old stickers I used to have in my cubicle once upon a time.
|
Found some old stickers I used to have in my cubicle once upon a time.
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@ url: /2016/08/11/365/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
And update submitted to BlackBerry World. Let’s see how long it takes for them to review and approve.
|
And update submitted to BlackBerry World. Let’s see how long it takes for them to review and approve.
|
|
@ -9,7 +9,7 @@ topics:
|
||||||
tags:
|
tags:
|
||||||
- bb10
|
- bb10
|
||||||
- todo.txt
|
- todo.txt
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
An update is now available for all BlackBerry 10 devices in BlackBerry World which adds support for Dropbox API v2. There are no visible changes to this release, just behind the scenes work in preparation for the Dropbox deprecating their API v1. This will allow Renamed Todo to continue to function for the foreseeable future.
|
An update is now available for all BlackBerry 10 devices in BlackBerry World which adds support for Dropbox API v2. There are no visible changes to this release, just behind the scenes work in preparation for the Dropbox deprecating their API v1. This will allow Renamed Todo to continue to function for the foreseeable future.
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@ url: /2016/08/16/369/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
As Google appears to be launching their new messaging services I think I’ll do a little housekeeping and delete the Hangouts app from my various devices. I haven’t been using it much anyway. I won’t be using Allo either since it looks to be yet another Google data vaccum.
|
As Google appears to be launching their new messaging services I think I’ll do a little housekeeping and delete the Hangouts app from my various devices. I haven’t been using it much anyway. I won’t be using Allo either since it looks to be yet another Google data vaccum.
|
|
@ -6,6 +6,6 @@ url: /2016/08/28/372/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
I’ve started work in earnest on a couple of apps for SailfishOS. Two social network client apps, a port of Renamed Todo, and one other that is in the planning stages. All of these are or will be open source projects and code will be published on my site. More on that soon.
|
I’ve started work in earnest on a couple of apps for SailfishOS. Two social network client apps, a port of Renamed Todo, and one other that is in the planning stages. All of these are or will be open source projects and code will be published on my site. More on that soon.
|
|
@ -6,6 +6,6 @@ url: /2016/09/28/381/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Guess BlackBerry finally made official that they are no longer in the hardware business. Even though it’s been in the making for a few years now it’s still sad to see that happen.
|
Guess BlackBerry finally made official that they are no longer in the hardware business. Even though it’s been in the making for a few years now it’s still sad to see that happen.
|
|
@ -6,6 +6,6 @@ url: /2016/11/11/388/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
I’m taking #pumpio out of my social mix for the time being. Some of the nodes (including the one I use) have been offline for a while now and no signs as to when or if they’ll return. Fortunatly I’ve got plenty of great interaction between my other networks.
|
I’m taking #pumpio out of my social mix for the time being. Some of the nodes (including the one I use) have been offline for a while now and no signs as to when or if they’ll return. Fortunatly I’ve got plenty of great interaction between my other networks.
|
|
@ -9,6 +9,6 @@ topics:
|
||||||
tags:
|
tags:
|
||||||
- bb10
|
- bb10
|
||||||
- todo.txt
|
- todo.txt
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
A change was introduced with the release of BlackBerry 10.3.3 that breaks authentication between Renamed Todo and Dropbox. I’ll be reworking (again) the authorization process to work properly with this latest update. I’ll post again when the update is available here on this blog as well as my social feeds. Links to follow me are in the sidebar.
|
A change was introduced with the release of BlackBerry 10.3.3 that breaks authentication between Renamed Todo and Dropbox. I’ll be reworking (again) the authorization process to work properly with this latest update. I’ll post again when the update is available here on this blog as well as my social feeds. Links to follow me are in the sidebar.
|
|
@ -6,6 +6,6 @@ url: /2016/12/22/416/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
I attempted a page breaking down to the uninitiated what free and open social networks are and how to follow me there since I don’t do the book-twit-face+ things any more. I wouldn’t mind getting some constructive feedback on my my explanations. <https://monkeystew.org/social/>
|
I attempted a page breaking down to the uninitiated what free and open social networks are and how to follow me there since I don’t do the book-twit-face+ things any more. I wouldn’t mind getting some constructive feedback on my my explanations. <https://monkeystew.org/social/>
|
|
@ -6,6 +6,6 @@ url: /2017/05/12/493/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Quick micro.blog test post.
|
Quick micro.blog test post.
|
|
@ -6,6 +6,6 @@ url: /2017/05/14/506/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Busy weekend comes to a close. Tonight I shall sleep and then begins another busy week. One day things will slow down. One day.
|
Busy weekend comes to a close. Tonight I shall sleep and then begins another busy week. One day things will slow down. One day.
|
|
@ -6,6 +6,6 @@ url: /2017/05/18/512/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Finally took BitlBee (https://www.bitlbee.org) for a test drive. I must say I rather like it.
|
Finally took BitlBee (https://www.bitlbee.org) for a test drive. I must say I rather like it.
|
|
@ -6,6 +6,6 @@ url: /2017/05/19/514/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
It looks like I might actually get to spend some time this weekend coding. At least I don’t have anything on my calendar that says otherwise. 😃
|
It looks like I might actually get to spend some time this weekend coding. At least I don’t have anything on my calendar that says otherwise. 😃
|
|
@ -6,7 +6,7 @@ url: /2017/05/22/533/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
As I alt-tab between my various chat clients this comes to mind once again. Still a favorite.
|
As I alt-tab between my various chat clients this comes to mind once again. Still a favorite.
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@ url: /2017/05/26/543/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
In the mood this morning to work on some bots.
|
In the mood this morning to work on some bots.
|
|
@ -6,6 +6,6 @@ url: /2017/05/31/554/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Hmm… The one meeting I had on the schedule today is with someone who is out of the office. Perhaps I can sepnd this morning converting #coffee into code.
|
Hmm… The one meeting I had on the schedule today is with someone who is out of the office. Perhaps I can sepnd this morning converting #coffee into code.
|
|
@ -6,6 +6,6 @@ url: /2017/07/06/589/
|
||||||
categories:
|
categories:
|
||||||
- status
|
- status
|
||||||
format: status
|
format: status
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Messing with my cross posting bot again because reasons.
|
Messing with my cross posting bot again because reasons.
|
|
@ -8,6 +8,6 @@ topics:
|
||||||
- Social
|
- Social
|
||||||
tags:
|
tags:
|
||||||
- friendica
|
- friendica
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
Since I switched off my Friendica instance last month I’m sorting out my blog posting workflow (even though I don’t do it often). So this is pretty much a nonsense post so I can see how it goes out to my various feeds.
|
Since I switched off my Friendica instance last month I’m sorting out my blog posting workflow (even though I don’t do it often). So this is pretty much a nonsense post so I can see how it goes out to my various feeds.
|
|
@ -8,6 +8,7 @@ tags:
|
||||||
- matrix
|
- matrix
|
||||||
- python
|
- python
|
||||||
draft: false
|
draft: false
|
||||||
|
showFullContent: true
|
||||||
---
|
---
|
||||||
|
|
||||||
The pnut-matrix bridge has now reached 1.0. It now runs using pnut.io app streams for improved performance, includes administrative controls for managing bridged rooms, and syncs pnut.io avatars and display names to matrix. You can find the latest release at https://gitlab.dreamfall.space/thrrgilag/pnut-matrix and join the chat at [#pnut-matrix:monkeystew.net](https://matrix.to/#/#pnut-matrix:monkeystew.net) or https://patter.chat/room/999
|
The pnut-matrix bridge has now reached 1.0. It now runs using pnut.io app streams for improved performance, includes administrative controls for managing bridged rooms, and syncs pnut.io avatars and display names to matrix. You can find the latest release at https://gitlab.dreamfall.space/thrrgilag/pnut-matrix and join the chat at [#pnut-matrix:monkeystew.net](https://matrix.to/#/#pnut-matrix:monkeystew.net) or https://patter.chat/room/999
|
||||||
|
|
7
themes/terminal/.babelrc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
["@babel/preset-env", {
|
||||||
|
"targets": "last 2 versions, >1%, not dead"
|
||||||
|
}],
|
||||||
|
],
|
||||||
|
}
|
60
themes/terminal/.eslintrc.yml
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
env:
|
||||||
|
es6: true
|
||||||
|
|
||||||
|
extends:
|
||||||
|
# https://github.com/airbnb/javascript
|
||||||
|
- airbnb
|
||||||
|
- eslint:recommended
|
||||||
|
- prettier
|
||||||
|
|
||||||
|
parser: babel-eslint
|
||||||
|
|
||||||
|
rules:
|
||||||
|
# best practices
|
||||||
|
arrow-parens:
|
||||||
|
- 2
|
||||||
|
- as-needed
|
||||||
|
semi:
|
||||||
|
- 2
|
||||||
|
- never
|
||||||
|
class-methods-use-this: 0
|
||||||
|
comma-dangle:
|
||||||
|
- 2
|
||||||
|
- always-multiline
|
||||||
|
no-console:
|
||||||
|
- 2
|
||||||
|
no-unused-expressions: 0
|
||||||
|
no-param-reassign:
|
||||||
|
- 2
|
||||||
|
- props: false
|
||||||
|
no-useless-escape: 0
|
||||||
|
func-names: 0
|
||||||
|
quotes:
|
||||||
|
- 2
|
||||||
|
- single
|
||||||
|
- allowTemplateLiterals: true
|
||||||
|
no-underscore-dangle: 0
|
||||||
|
object-curly-newline: 0
|
||||||
|
function-paren-newline: 0
|
||||||
|
operator-linebreak:
|
||||||
|
- 2
|
||||||
|
- after
|
||||||
|
no-unused-vars:
|
||||||
|
- 2
|
||||||
|
- argsIgnorePattern: "^_"
|
||||||
|
# jsx a11y
|
||||||
|
jsx-a11y/no-static-element-interactions: 0
|
||||||
|
jsx-a11y/anchor-is-valid:
|
||||||
|
- 2
|
||||||
|
- specialLink:
|
||||||
|
- to
|
||||||
|
|
||||||
|
globals:
|
||||||
|
document: true
|
||||||
|
requestAnimationFrame: true
|
||||||
|
window: true
|
||||||
|
self: true
|
||||||
|
fetch: true
|
||||||
|
Headers: true
|
90
themes/terminal/.gitignore
vendored
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
# Created by https://www.gitignore.io/api/node
|
||||||
|
# Edit at https://www.gitignore.io/?templates=node
|
||||||
|
|
||||||
|
### Node ###
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
|
||||||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
|
lib-cov
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
|
||||||
|
# nyc test coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
|
.grunt
|
||||||
|
|
||||||
|
# Bower dependency directory (https://bower.io/)
|
||||||
|
bower_components
|
||||||
|
|
||||||
|
# node-waf configuration
|
||||||
|
.lock-wscript
|
||||||
|
|
||||||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
|
build/Release
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
node_modules/
|
||||||
|
jspm_packages/
|
||||||
|
|
||||||
|
# TypeScript v1 declaration files
|
||||||
|
typings/
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Yarn Integrity file
|
||||||
|
.yarn-integrity
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env
|
||||||
|
.env.test
|
||||||
|
|
||||||
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
|
.cache
|
||||||
|
|
||||||
|
# next.js build output
|
||||||
|
.next
|
||||||
|
|
||||||
|
# nuxt.js build output
|
||||||
|
.nuxt
|
||||||
|
|
||||||
|
# vuepress build output
|
||||||
|
.vuepress/dist
|
||||||
|
|
||||||
|
# Serverless directories
|
||||||
|
.serverless/
|
||||||
|
|
||||||
|
# FuseBox cache
|
||||||
|
.fusebox/
|
||||||
|
|
||||||
|
# DynamoDB Local files
|
||||||
|
.dynamodb/
|
||||||
|
|
||||||
|
# End of https://www.gitignore.io/api/node
|
11
themes/terminal/.prettierrc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parser": "babel",
|
||||||
|
"printWidth": 100,
|
||||||
|
"trailingComma": "all",
|
||||||
|
"overrides": [{
|
||||||
|
"files": ".html",
|
||||||
|
"options": {
|
||||||
|
"parser": "html"
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
20
themes/terminal/LICENSE.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2019 panr
|
||||||
|
|
||||||
|
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.
|
170
themes/terminal/README.md
Normal file
|
@ -0,0 +1,170 @@
|
||||||
|
# Terminal
|
||||||
|
|
||||||
|
![Terminal](https://github.com/panr/hugo-theme-terminal/blob/master/images/screenshot.png?raw=true)
|
||||||
|
|
||||||
|
### DEMO - https://hugo-terminal.now.sh/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- [Features](#features)
|
||||||
|
- [Built-in shortcodes](#built-in-shortcodes)
|
||||||
|
- [Code highlighting](#code-highlighting)
|
||||||
|
- [How to start](#how-to-start)
|
||||||
|
- [How to configure](#how-to-configure)
|
||||||
|
- [Post archetype](#post-archetype)
|
||||||
|
- [Add-ons](#add-ons)
|
||||||
|
- [How to run your site](#how-to-run-your-site)
|
||||||
|
- [How to edit the theme](#how-to-edit-the-theme)
|
||||||
|
- [How to contribute](#how-to-contribute)
|
||||||
|
- [Terminal theme user?](#terminal-theme-user)
|
||||||
|
- [Licence](#licence)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **5 duetone themes**, depending on your preferences (orange is default, red, blue, green, pink)
|
||||||
|
- [**Fira Code**](https://github.com/tonsky/FiraCode) as default monospaced font. It's gorgeous!
|
||||||
|
- **really nice duotone**, custom syntax highlighting based on [**PrismJS**](https://prismjs.com)
|
||||||
|
- fully responsive
|
||||||
|
|
||||||
|
#### Built-in shortcodes
|
||||||
|
|
||||||
|
- **`image`** (prop required: **`src`**; props optional: **`alt`**, **`position`** (**left** is default | center | right), **`style`**)
|
||||||
|
- eg: `{{< image src="/img/hello.png" alt="Hello Friend" position="center" style="border-radius: 8px;" >}}`
|
||||||
|
- **`figure`** (same as `image`, plus few optional props: **`caption`**, **`captionPosition`** (left | **center** is default | right), **`captionStyle`**
|
||||||
|
- eg: `{{< figure src="/img/hello.png" alt="Hello Friend" position="center" style="border-radius: 8px;" caption="Hello Friend!" captionPosition="right" captionStyle="color: red;" >}}`
|
||||||
|
|
||||||
|
#### Code highlighting
|
||||||
|
|
||||||
|
A custom syntax highlighting based on PrismJS. All you need to do is to wrap you code like this:
|
||||||
|
|
||||||
|
````
|
||||||
|
```html
|
||||||
|
// your code here
|
||||||
|
```
|
||||||
|
````
|
||||||
|
|
||||||
|
**Supported languages**: bash/shell, css, clike, javascript, apacheconf, actionscript, applescript, c, csharp, cpp, coffeescript, ruby, csp, css-extras, diff, django, docker, elixir, elm, markup-templating, erlang, fsharp, flow, git, go, graphql, less, handlebars, haskell, http, java, json, kotlin, latex, markdown, makefile, objectivec, ocaml, perl, php, php-extras, r, sql, processing, scss, python, jsx, typescript, toml, reason, textile, rust, sass, stylus, scheme, pug, swift, yaml, haml, twig, tsx, vim, visual-basic, wasm.
|
||||||
|
|
||||||
|
## How to start
|
||||||
|
|
||||||
|
You can download the theme manually by going to [https://github.com/panr/hugo-theme-terminal.git](https://github.com/panr/hugo-theme-terminal.git) and pasting it to `themes/terminal` in your root directory.
|
||||||
|
|
||||||
|
You can also clone it directly to your Hugo folder:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://github.com/panr/hugo-theme-terminal.git themes/terminal
|
||||||
|
```
|
||||||
|
|
||||||
|
If you don't want to make any radical changes, it's the best option, because you can get new updates when they are available. You can also include it as a git submodule:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git submodule add https://github.com/panr/hugo-theme-terminal.git themes/terminal
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to configure
|
||||||
|
|
||||||
|
The theme doesn't require any advanced configuration. Just copy:
|
||||||
|
|
||||||
|
```
|
||||||
|
baseurl = "/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "terminal"
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
|
[params]
|
||||||
|
# dir name of your blog content (default is `content/posts`)
|
||||||
|
contentTypeName = "posts"
|
||||||
|
# ["orange", "blue", "red", "green", "pink"]
|
||||||
|
themeColor = "orange"
|
||||||
|
# if you set this to 0, only submenu trigger will be visible
|
||||||
|
showMenuItems = 2
|
||||||
|
# show selector to switch language
|
||||||
|
showLanguageSelector = false
|
||||||
|
# set theme to full screen width
|
||||||
|
fullWidthTheme = false
|
||||||
|
# center theme with default width
|
||||||
|
centerTheme = false
|
||||||
|
# set a custom favicon (default is a `themeColor` square)
|
||||||
|
# favicon = "favicon.ico"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
languageName = "English"
|
||||||
|
title = "Terminal"
|
||||||
|
subtitle = "A simple, retro theme for Hugo"
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Show more"
|
||||||
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "Terminal"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[languages.en.menu]
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "showcase"
|
||||||
|
name = "Showcase"
|
||||||
|
url = "/showcase"
|
||||||
|
```
|
||||||
|
|
||||||
|
to `config.toml` file in your Hugo root directory and change params fields. In case you need, here's [a YAML version](https://gist.github.com/panr/9eeea6f595c257febdadc11763e3a6d1).
|
||||||
|
|
||||||
|
**NOTE:** Please keep in mind that currently `main menu` doesn't support nesting.
|
||||||
|
|
||||||
|
## Post archetype
|
||||||
|
|
||||||
|
See the basic `post` file params supported by the theme — https://github.com/panr/hugo-theme-terminal/blob/master/archetypes/posts.md
|
||||||
|
|
||||||
|
## Add-ons
|
||||||
|
|
||||||
|
- **Comments** — for adding comments to your blog posts please take a look at `layouts/partials/comments.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/comments.html.
|
||||||
|
- **Extended Head** — please take a look at `layouts/partials/extended_head.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/extended_head.html
|
||||||
|
- **Extended Footer** — please take a look at `layouts/partials/extended_footer.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/extended_footer.html
|
||||||
|
|
||||||
|
## How to run your site
|
||||||
|
|
||||||
|
From your Hugo root directory run:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ hugo server -t terminal
|
||||||
|
```
|
||||||
|
|
||||||
|
and go to `localhost:1313` in your browser. From now on all the changes you make will go live, so you don't need to refresh your browser every single time.
|
||||||
|
|
||||||
|
## How to edit the theme
|
||||||
|
|
||||||
|
If you have to override some of the styles, **you can do this easily** by adding `static/style.css` in your root directory and point things you want to change.
|
||||||
|
|
||||||
|
Otherwise, if you really want to edit the theme, you need to install Node dependencies. To do so, go to the theme directory (from your Hugo root directory):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd themes/terminal
|
||||||
|
```
|
||||||
|
|
||||||
|
and then run:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ npm install
|
||||||
|
$ npm i yarn
|
||||||
|
$ yarn
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to contribute
|
||||||
|
|
||||||
|
If you spot any bugs, please use [Issue Tracker](https://github.com/panr/hugo-theme-terminal/issues) or if you want to add a new feature directly please create a new [Pull Request](https://github.com/panr/hugo-theme-terminal/pulls).
|
||||||
|
|
||||||
|
## Terminal theme user?
|
||||||
|
|
||||||
|
I'd be happy to know more about you and what you are doing. If you want to share it, please make a contribution and [add your site to the list](https://github.com/panr/hugo-theme-terminal/blob/master/USERS.md)! 🤗
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
Copyright © 2019 Radosław Kozieł ([@panr](https://twitter.com/panr))
|
||||||
|
|
||||||
|
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.
|
24
themes/terminal/USERS.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Meet the users of Terminal theme!
|
||||||
|
- https://xicode.se **magistern** (Teacher)
|
||||||
|
- https://devmaster64.com **devmaster64** (Software Developer)
|
||||||
|
- https://mickie1.gitlab.io/blog/ **mickie** (Engineer)
|
||||||
|
- https://calloc.net **Vaibhav Yenamandra** (Software Engineer)
|
||||||
|
- https://potatofrom.space **Kevin Liu** (Software)
|
||||||
|
- https://horochx.org **horochx** (Software Developer)
|
||||||
|
- https://feng.si **Si Feng** (Software Engineer)
|
||||||
|
- https://ben-on-vms.com **Benedikt Frenzel** (Technical Support Engineer)
|
||||||
|
- https://johngazzini.com **John Gazzini** (Software Engineer)
|
||||||
|
- https://geekx.tech/ **Sagar Ladla** (Student Developer & Cyber Security Specialist)
|
||||||
|
- https://tears.io/ **Alex** (SRE)
|
||||||
|
- https://ayushkarn.me/ **Ayush Karn** (Student Developer)
|
||||||
|
- https://ssgram.dev **Ramaseshan Parthasarathy** (Software Developer)
|
||||||
|
- https://zaine.me **Amine Zaine** (Cloud Engineer)
|
||||||
|
|
||||||
|
<!--
|
||||||
|
TEMPLATE:
|
||||||
|
|
||||||
|
- https://radoslawkoziel.pl **Radek Kozieł** (Software Designer and Developer)
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
- [rinma.dev](https://rinma.dev) - **Marvin Dalheimer** (Software Developer)
|
10
themes/terminal/archetypes/posts.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
+++
|
||||||
|
title = ""
|
||||||
|
date = ""
|
||||||
|
author = ""
|
||||||
|
cover = ""
|
||||||
|
tags = ["", ""]
|
||||||
|
keywords = ["", ""]
|
||||||
|
description = ""
|
||||||
|
showFullContent = false
|
||||||
|
+++
|
35
themes/terminal/exampleSite/config.toml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
baseurl = "https://example.com/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "hugo-theme-terminal"
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
|
[params]
|
||||||
|
contentTypeName = "post"
|
||||||
|
themeColor = "orange"
|
||||||
|
showMenuItems = 2
|
||||||
|
fullWidthTheme = false
|
||||||
|
centerTheme = false
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Terminal"
|
||||||
|
subtitle = "A simple, retro theme for Hugo"
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Show more"
|
||||||
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "Terminal"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[languages.en.menu]
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "showcase"
|
||||||
|
name = "Showcase"
|
||||||
|
url = "/showcase"
|
22
themes/terminal/exampleSite/content/about.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
+++
|
||||||
|
title = "About"
|
||||||
|
date = "2019-01-25"
|
||||||
|
author = "Radek"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Hi there
|
||||||
|
|
||||||
|
My name is Radek and I'm the author of this theme. I made it to help you present your ideas easier.
|
||||||
|
|
||||||
|
We all know how hard is to start something on the web, especially these days. You need to prepare a bunch of stuff, configure them and when that’s done — create the content.
|
||||||
|
|
||||||
|
This theme is pretty basic and covers all of the essentials. All you have to do is start typing!
|
||||||
|
|
||||||
|
The theme includes:
|
||||||
|
|
||||||
|
- **5 duotone themes**, depending on your preferences (orange, red, blue, green, pink)
|
||||||
|
- [**Fira Code**](https://github.com/tonsky/FiraCode) as default monospaced font. It's gorgeous!
|
||||||
|
- **realy nice, custom duotone** syntax highlighting based on [**PrismJS**](https://prismjs.com)
|
||||||
|
- mobile friendly layout
|
||||||
|
|
||||||
|
So, there you have it... enjoy!
|
18
themes/terminal/exampleSite/content/post/hello.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
+++
|
||||||
|
title = "Hello Friend"
|
||||||
|
date = "2019-01-25"
|
||||||
|
author = "Lorem Ipsum"
|
||||||
|
cover = "hello.jpg"
|
||||||
|
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante."
|
||||||
|
+++
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. **Donec quis dolor nec nunc mollis interdum vel in purus**. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.
|
||||||
|
|
||||||
|
> Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.
|
||||||
|
|
||||||
|
Sed a leo id risus venenatis vulputate non quis nulla. Aenean nisl quam, lacinia pulvinar orci sit amet, eleifend eleifend dui. Nulla tempor ligula leo, eu vehicula quam condimentum a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla gravida tristique nunc sed semper. Morbi nec felis odio.
|
||||||
|
|
||||||
|
- Sed efficitur, lacus ac scelerisque pellentesque, lectus risus dignissim nisl, fermentum semper lectus diam eget lacus.
|
||||||
|
- Nunc ornare purus enim, id eleifend mauris vestibulum volutpat.
|
||||||
|
- Aenean facilisis ut ipsum condimentum ultrices.
|
||||||
|
- Fusce sed metus vulputate, lobortis purus et, finibus purus. Suspendisse quis posuere lorem. Vivamus vulputate nec risus in pulvinar.
|
84
themes/terminal/exampleSite/content/showcase.md
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
---
|
||||||
|
title: "Showcase"
|
||||||
|
date: "2018-07-18"
|
||||||
|
author: "Hello Robot"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Header 2
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. **Donec quis dolor nec nunc mollis interdum vel in purus**. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.
|
||||||
|
|
||||||
|
> Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.
|
||||||
|
|
||||||
|
### Header 3
|
||||||
|
|
||||||
|
Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, `odio a dignissim pharetra`, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.
|
||||||
|
|
||||||
|
```css
|
||||||
|
/* PostCSS code */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background: #1a1a1d;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 1rem;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: none !important;
|
||||||
|
color: #ccc;
|
||||||
|
padding: 0;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
```js
|
||||||
|
// JS code
|
||||||
|
|
||||||
|
const menuTrigger = document.querySelector('.menu-trigger')
|
||||||
|
const menu = document.querySelector('.menu')
|
||||||
|
const mobileQuery = getComputedStyle(document.body).getPropertyValue('--phoneWidth')
|
||||||
|
const isMobile = () => window.matchMedia(mobileQuery).matches
|
||||||
|
const isMobileMenu = () => {
|
||||||
|
menuTrigger.classList.toggle('hidden', !isMobile())
|
||||||
|
menu.classList.toggle('hidden', isMobile())
|
||||||
|
}
|
||||||
|
|
||||||
|
isMobileMenu()
|
||||||
|
|
||||||
|
menuTrigger.addEventListener('click', () => menu.classList.toggle('hidden'))
|
||||||
|
|
||||||
|
window.addEventListener('resize', isMobileMenu)
|
||||||
|
```
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- HTML code -->
|
||||||
|
|
||||||
|
<section id="main">
|
||||||
|
<div>
|
||||||
|
<h1 id="title">{{ .Title }}</h1>
|
||||||
|
{{ range .Pages }}
|
||||||
|
{{ .Render "summary"}}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Header 4
|
||||||
|
|
||||||
|
Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.
|
||||||
|
|
||||||
|
- Maecenas elementum vitae nibh vitae porttitor.
|
||||||
|
- Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.
|
||||||
|
- Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.
|
||||||
|
- Etiam vitae enim quis velit lobortis placerat a ut sem.
|
||||||
|
- Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.
|
||||||
|
- Praesent fermentum orci quis leo facilisis posuere.
|
||||||
|
|
||||||
|
Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.
|
BIN
themes/terminal/exampleSite/static/img/hello.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
themes/terminal/images/screenshot.png
Normal file
After Width: | Height: | Size: 438 KiB |
BIN
themes/terminal/images/tn.png
Normal file
After Width: | Height: | Size: 168 KiB |
27
themes/terminal/layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{{ $.Site.Language }}">
|
||||||
|
<head>
|
||||||
|
{{ block "title" . }}
|
||||||
|
<title>{{ if .IsHome }}{{ $.Site.Title }}{{ with $.Site.Params.Subtitle }} — {{ . }}{{ end }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ with $.Site.Params.Subtitle }} — {{ . }}{{ end }}{{ end }}</title>
|
||||||
|
{{ end }}
|
||||||
|
{{ partial "head.html" . }}
|
||||||
|
</head>
|
||||||
|
<body class="">
|
||||||
|
{{ $container := cond $.Site.Params.FullWidthTheme "container full" (cond $.Site.Params.CenterTheme "container center" "container") }}
|
||||||
|
|
||||||
|
<div class="{{- $container -}}">
|
||||||
|
|
||||||
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
{{ block "main" . }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ block "footer" . }}
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
60
themes/terminal/layouts/_default/list.html
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<div class="posts">
|
||||||
|
{{ $isntDefault := not (or (eq (trim $.Site.Params.contentTypeName " ") "posts") (eq (trim $.Site.Params.contentTypeName " ") "")) }}
|
||||||
|
{{ $contentTypeName := cond $isntDefault (string $.Site.Params.contentTypeName) "posts" }}
|
||||||
|
|
||||||
|
{{ $PageContext := . }}
|
||||||
|
{{ if .IsHome }}
|
||||||
|
{{ $PageContext = .Site }}
|
||||||
|
{{ end }}
|
||||||
|
{{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
|
||||||
|
|
||||||
|
{{ range $paginator.Pages }}
|
||||||
|
<div class="post on-list">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
<span class="post-date">
|
||||||
|
{{ .Date.Format "2006-01-02" }}
|
||||||
|
</span>
|
||||||
|
{{ with .Params.Author }}<span class="post-author">::
|
||||||
|
{{ . }}</span>{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ if .Params.tags }}
|
||||||
|
<span class="post-tags">
|
||||||
|
{{ range .Params.tags }}
|
||||||
|
#<a href="{{ (urlize (printf "tags/%s/" . )) | absLangURL }}">
|
||||||
|
{{- . -}}
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Params.Cover }}
|
||||||
|
<img src="{{ . | absURL }}" class="post-cover" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
{{ if .Params.showFullContent }}
|
||||||
|
{{ .Content | markdownify }}
|
||||||
|
{{ else if .Description }}
|
||||||
|
{{ .Description | markdownify }}
|
||||||
|
{{ else }}
|
||||||
|
{{ if .Truncated }}
|
||||||
|
{{ .Summary | markdownify }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ if not .Params.showFullContent }}
|
||||||
|
<div>
|
||||||
|
<a class="read-more button"
|
||||||
|
href="{{.RelPermalink}}">{{ $.Site.Params.ReadMore }} →</a>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
{{ partial "pagination.html" . }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
63
themes/terminal/layouts/_default/single.html
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<div class="post">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||||
|
<div class="post-meta">
|
||||||
|
{{ if .Params.Date }}
|
||||||
|
<span class="post-date">
|
||||||
|
{{ .Date.Format "2006-01-02" }}
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Params.Author }}
|
||||||
|
<span class="post-author">::
|
||||||
|
{{ . }}
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ if .Params.tags }}
|
||||||
|
<span class="post-tags">
|
||||||
|
{{ range .Params.tags }}
|
||||||
|
#<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">{{ . }}</a>
|
||||||
|
{{ end }}
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Params.Cover }}
|
||||||
|
<img src="{{ . | absURL }}" class="post-cover" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
{{ if or .NextInSection .PrevInSection }}
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__title">
|
||||||
|
<span
|
||||||
|
class="pagination__title-h">{{ $.Site.Params.ReadOtherPosts }}</span>
|
||||||
|
<hr />
|
||||||
|
</div>
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
{{ if .NextInSection }}
|
||||||
|
<span class="button previous">
|
||||||
|
<a href="{{ .NextInSection.Permalink }}">
|
||||||
|
<span class="button__icon">←</span>
|
||||||
|
<span class="button__text">{{ .NextInSection.Title }}</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ if .PrevInSection }}
|
||||||
|
<span class="button next">
|
||||||
|
<a href="{{ .PrevInSection.Permalink }}">
|
||||||
|
<span class="button__text">{{ .PrevInSection.Title }}</span>
|
||||||
|
<span class="button__icon">→</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ partial "comments.html" . }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
8
themes/terminal/layouts/partials/comments.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<!--
|
||||||
|
To add comments section, please create `layouts/partials/comments.html` in your
|
||||||
|
Hugo directory and insert:
|
||||||
|
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
||||||
|
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
|
||||||
|
-->
|
4
themes/terminal/layouts/partials/extended_footer.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<!--
|
||||||
|
To add an extended footer section, please create
|
||||||
|
`layouts/partials/extended_footer.html` in your Hugo directory.
|
||||||
|
-->
|
4
themes/terminal/layouts/partials/extended_head.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<!--
|
||||||
|
To add an extended head section, please create
|
||||||
|
`layouts/partials/extended_head.html` in your Hugo directory.
|
||||||
|
-->
|
19
themes/terminal/layouts/partials/footer.html
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="footer__inner">
|
||||||
|
{{ if $.Site.Copyright }}
|
||||||
|
<div class="copyright copyright--user">
|
||||||
|
<span>{{ $.Site.Copyright | safeHTML }}</span>
|
||||||
|
{{else}}
|
||||||
|
<div class="copyright">
|
||||||
|
<span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||||
|
{{end}}
|
||||||
|
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="{{ "assets/main.js" | absURL }}"></script>
|
||||||
|
<script src="{{ "assets/prism.js" | absURL }}"></script>
|
||||||
|
|
||||||
|
<!-- Extended footer section-->
|
||||||
|
{{ partial "extended_footer.html" . }}
|
59
themes/terminal/layouts/partials/head.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<meta name="description" content="{{ if .IsHome }}{{ .Site.Params.Subtitle }}{{ else }}{{ .Summary | plainify }}{{ end }}"/>
|
||||||
|
<meta name="keywords" content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}"/>
|
||||||
|
<meta name="robots" content="noodp"/>
|
||||||
|
<link rel="canonical" href="{{ .Permalink }}" />
|
||||||
|
|
||||||
|
<!-- Theme CSS -->
|
||||||
|
<link rel="stylesheet" href="{{ "assets/style.css" | absURL }}">
|
||||||
|
{{ if (ne $.Site.Params.ThemeColor "orange") }}
|
||||||
|
<link rel="stylesheet" href="{{ (printf "assets/%s.css" $.Site.Params.ThemeColor) | absURL }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Custom CSS to override theme properties (/static/style.css) -->
|
||||||
|
{{ if (fileExists "static/style.css") -}}
|
||||||
|
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
<!-- Icons -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}">
|
||||||
|
{{ if isset $.Site.Params "favicon" }}
|
||||||
|
<link rel="shortcut icon" href="{{ $.Site.Params.favicon | absURL }}">
|
||||||
|
{{ else }}
|
||||||
|
<link rel="shortcut icon" href="{{ printf "img/favicon/%s.png" $.Site.Params.ThemeColor | absURL }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content="{{ if .IsHome }}{{ $.Site.Title }} — {{ $.Site.Params.Subtitle }}{{ else }}{{ .Title }} :: {{ $.Site.Title }} — {{ $.Site.Params.Subtitle }}{{ end }}" />
|
||||||
|
<meta name="twitter:description" content="{{ if .IsHome }}{{ $.Site.Params.tagline }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
|
||||||
|
<meta name="twitter:site" content="{{ $.Site.BaseURL }}" />
|
||||||
|
<meta name="twitter:creator" content="{{ .Params.Author }}" />
|
||||||
|
<meta name="twitter:image" content="{{ with .Params.Cover }}{{ . | absURL }}{{ end }}">
|
||||||
|
|
||||||
|
<!-- OG data -->
|
||||||
|
<meta property="og:locale" content="{{ $.Site.Language.Lang }}" />
|
||||||
|
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}" />
|
||||||
|
<meta property="og:title" content="{{ if .IsHome }}{{ $.Site.Title }} — {{ $.Site.Params.Subtitle }}{{ else }}{{ .Title }} :: {{ $.Site.Title }} — {{ $.Site.Params.Subtitle }}{{ end }}">
|
||||||
|
<meta property="og:description" content="{{ if .IsHome }}{{ $.Site.Params.tagline }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
|
||||||
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
|
<meta property="og:site_name" content="{{ .Title }}" />
|
||||||
|
<meta property="og:image" content="{{ with .Params.Cover }}{{ . | absURL }}{{ end }}">
|
||||||
|
<meta property="og:image:width" content="2048">
|
||||||
|
<meta property="og:image:height" content="1024">
|
||||||
|
{{ range .Params.categories }}<meta property="article:section" content="{{ . }}" />{{ end }}
|
||||||
|
{{ if isset .Params "date" }}<meta property="article:published_time" content="{{ time .Date }}" />{{ end }}
|
||||||
|
|
||||||
|
<!-- RSS -->
|
||||||
|
{{ with .OutputFormats.Get "RSS" }}
|
||||||
|
<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- JSON Feed -->
|
||||||
|
{{ with .OutputFormats.Get "json" }}
|
||||||
|
<link href="{{ .RelPermalink }}" rel="alternate" type="application/json" title="{{ $.Site.Title }}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Extended head section-->
|
||||||
|
{{ partial "extended_head.html" . }}
|
11
themes/terminal/layouts/partials/header.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<header class="header">
|
||||||
|
<div class="header__inner">
|
||||||
|
<div class="header__logo">
|
||||||
|
{{ partial "logo.html" . }}
|
||||||
|
</div>
|
||||||
|
<div class="menu-trigger">menu</div>
|
||||||
|
</div>
|
||||||
|
{{ if len $.Site.Menus }}
|
||||||
|
{{ partial "menu.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
</header>
|
5
themes/terminal/layouts/partials/logo.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
|
||||||
|
<div class="logo">
|
||||||
|
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
|
||||||
|
</div>
|
||||||
|
</a>
|
60
themes/terminal/layouts/partials/menu.html
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner menu__inner--desktop">
|
||||||
|
{{ if or $.Site.Params.showMenuItems ( eq .Site.Params.showMenuItems 0 ) }}
|
||||||
|
{{ range first $.Site.Params.showMenuItems $.Site.Menus.main }}
|
||||||
|
{{ if not .HasChildren }}
|
||||||
|
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
{{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }}
|
||||||
|
<ul class="menu__sub-inner">
|
||||||
|
<li class="menu__sub-inner-more-trigger">{{ $.Site.Params.MenuMore }} ▾</li>
|
||||||
|
|
||||||
|
<ul class="menu__sub-inner-more hidden">
|
||||||
|
{{ range last (sub (len $.Site.Menus.main) $.Site.Params.showMenuItems) $.Site.Menus.main }}
|
||||||
|
{{ if not .HasChildren }}
|
||||||
|
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
{{ end }}
|
||||||
|
{{ else }}
|
||||||
|
{{ range $.Site.Menus.main }}
|
||||||
|
{{ if not .HasChildren }}
|
||||||
|
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if $.Site.Params.showLanguageSelector }}
|
||||||
|
<div class="spacer"></div>
|
||||||
|
<ul class="language-selector">
|
||||||
|
<ul class="language-selector-current">
|
||||||
|
<li>{{ .Language.LanguageName }} ▾</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="language-selector__more hidden">
|
||||||
|
{{ range $.Site.Home.AllTranslations }}
|
||||||
|
<li><a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="menu__inner menu__inner--mobile">
|
||||||
|
{{ range $.Site.Menus.main }}
|
||||||
|
{{ if not .HasChildren }}
|
||||||
|
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
{{ if $.Site.Params.showLanguageSelector }}
|
||||||
|
<hr />
|
||||||
|
{{ range $.Site.Home.AllTranslations }}
|
||||||
|
<li>
|
||||||
|
<a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
</nav>
|
20
themes/terminal/layouts/partials/pagination.html
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
{{ if .Paginator.HasPrev }}
|
||||||
|
<span class="button previous">
|
||||||
|
<a href="{{ .Paginator.Prev.URL }}">
|
||||||
|
<span class="button__icon">←</span>
|
||||||
|
<span class="button__text">Newer posts</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ if .Paginator.HasNext }}
|
||||||
|
<span class="button next">
|
||||||
|
<a href="{{ .Paginator.Next.URL }}">
|
||||||
|
<span class="button__text">Older posts</span>
|
||||||
|
<span class="button__icon">→</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
8
themes/terminal/layouts/shortcodes/figure.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{{ if .Get "src" }}
|
||||||
|
<figure class="{{ with .Get "position"}}{{ . }}{{ else -}} left {{- end }}" >
|
||||||
|
<img src="{{ .Get "src" | safeURL }}" {{ with .Get "alt" }} alt="{{ . | plainify }}" {{ end }} {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }} />
|
||||||
|
{{ if .Get "caption" }}
|
||||||
|
<figcaption class="{{ with .Get "captionPosition"}}{{ . }}{{ else -}} center {{- end }}" {{ with .Get "captionStyle" }} style="{{ . | safeCSS }}" {{ end }}>{{ .Get "caption" }}</figcaption>
|
||||||
|
{{ end }}
|
||||||
|
</figure>
|
||||||
|
{{ end }}
|
3
themes/terminal/layouts/shortcodes/image.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{{ if .Get "src" }}
|
||||||
|
<img src="{{ .Get "src" | safeURL }}" {{ with .Get "alt" }} alt="{{ . | plainify }}" {{ end }} class="{{ with .Get "position"}}{{ . }}{{ else -}} left {{- end }}" {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }} />
|
||||||
|
{{ end }}
|
57
themes/terminal/package.json
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
"name": "terminal",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "webpack --mode=development --watch",
|
||||||
|
"build": "webpack --mode=production"
|
||||||
|
},
|
||||||
|
"browserslist": [
|
||||||
|
"last 2 versions",
|
||||||
|
">1%",
|
||||||
|
"not dead"
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"@babel/cli": "^7.2.3",
|
||||||
|
"@babel/core": "^7.2.2",
|
||||||
|
"@babel/parser": "^7.4.2",
|
||||||
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
||||||
|
"@babel/preset-env": "^7.3.1",
|
||||||
|
"@babel/preset-stage-2": "^7.0.0",
|
||||||
|
"angular-html-parser": "^1.2.0",
|
||||||
|
"babel-eslint": "^8.2.1",
|
||||||
|
"babel-loader": "^8.0.5",
|
||||||
|
"browserslist": "^4.0.1",
|
||||||
|
"clean-webpack-plugin": "^0.1.19",
|
||||||
|
"clipboard": "^2.0.4",
|
||||||
|
"css-loader": "^1.0.1",
|
||||||
|
"cssnano": "^4.1.8",
|
||||||
|
"eslint-config-airbnb": "^17.1.0",
|
||||||
|
"eslint-config-prettier": "^2.10.0",
|
||||||
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||||
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||||
|
"file-loader": "^1.1.11",
|
||||||
|
"html-webpack-plugin": "^3.2.0",
|
||||||
|
"postcss": "^7.0.0",
|
||||||
|
"postcss-browser-reporter": "^0.5.0",
|
||||||
|
"postcss-cli": "^6.1.1",
|
||||||
|
"postcss-color-function": "^4.0.1",
|
||||||
|
"postcss-color-mod-function": "^3.0.3",
|
||||||
|
"postcss-import": "^11.1.0",
|
||||||
|
"postcss-loader": "^2.1.6",
|
||||||
|
"postcss-mixins": "^6.2.1",
|
||||||
|
"postcss-nested": "^3.0.0",
|
||||||
|
"postcss-preset-env": "^5.3.0",
|
||||||
|
"postcss-reporter": "^5.0.0",
|
||||||
|
"postcss-url": "^7.3.2",
|
||||||
|
"prettier-eslint-cli": "^4.7.1",
|
||||||
|
"ramda": "^0.25.0",
|
||||||
|
"style-loader": "^0.21.0",
|
||||||
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||||
|
"url-loader": "^1.1.2",
|
||||||
|
"webpack": "^4.29.3",
|
||||||
|
"webpack-cli": "^3.2.3"
|
||||||
|
}
|
||||||
|
}
|
28
themes/terminal/postcss.config.js
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
const url = require("postcss-url");
|
||||||
|
const imports = require("postcss-import");
|
||||||
|
const nested = require("postcss-nested");
|
||||||
|
const postCSSPresetEnv = require("postcss-preset-env");
|
||||||
|
const browsers = require("browserslist");
|
||||||
|
const cssnano = require("cssnano");
|
||||||
|
const color = require("postcss-color-mod-function");
|
||||||
|
const mixins = require("postcss-mixins");
|
||||||
|
|
||||||
|
module.exports = () => ({
|
||||||
|
plugins: [
|
||||||
|
url,
|
||||||
|
imports,
|
||||||
|
mixins,
|
||||||
|
nested,
|
||||||
|
postCSSPresetEnv({
|
||||||
|
stage: 1,
|
||||||
|
preserve: true,
|
||||||
|
features: {
|
||||||
|
"custom-properties": true,
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
cssnano({
|
||||||
|
preset: "default",
|
||||||
|
}),
|
||||||
|
color,
|
||||||
|
],
|
||||||
|
});
|
94
themes/terminal/source/css/buttons.css
Normal file
|
@ -0,0 +1,94 @@
|
||||||
|
.button-container {
|
||||||
|
display: table;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
.button,
|
||||||
|
a.button {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 8px 18px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
|
/* variants */
|
||||||
|
|
||||||
|
&.outline {
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
padding: 8px 18px;
|
||||||
|
|
||||||
|
:hover {
|
||||||
|
transform: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.primary {
|
||||||
|
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
box-shadow: 0 2px 6px rgba(50, 50, 93, .21), 0 1px 3px rgba(0, 0, 0, .08);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.link {
|
||||||
|
background: none;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* sizes */
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
font-size: .8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.wide {
|
||||||
|
min-width: 200px;
|
||||||
|
padding: 14px 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a.read-more,
|
||||||
|
a.read-more:hover,
|
||||||
|
a.read-more:active {
|
||||||
|
display: inline-flex;
|
||||||
|
background: none;
|
||||||
|
box-shadow: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 20px 0;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.code-toolbar {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
.toolbar-item a {
|
||||||
|
position: relative;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 3px 8px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 500;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
}
|
14
themes/terminal/source/css/color/blue.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@import '../main.css';
|
||||||
|
@import '../header.css';
|
||||||
|
@import '../logo.css';
|
||||||
|
@import '../pagination.css';
|
||||||
|
@import '../post.css';
|
||||||
|
@import '../syntax.css';
|
||||||
|
@import '../variables.css';
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--accent: #23B0FF;
|
||||||
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, .1);
|
||||||
|
}
|
14
themes/terminal/source/css/color/green.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@import '../main.css';
|
||||||
|
@import '../header.css';
|
||||||
|
@import '../logo.css';
|
||||||
|
@import '../pagination.css';
|
||||||
|
@import '../post.css';
|
||||||
|
@import '../syntax.css';
|
||||||
|
@import '../variables.css';
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--accent: #78E2A0;
|
||||||
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, .1);
|
||||||
|
}
|
14
themes/terminal/source/css/color/pink.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@import '../main.css';
|
||||||
|
@import '../header.css';
|
||||||
|
@import '../logo.css';
|
||||||
|
@import '../pagination.css';
|
||||||
|
@import '../post.css';
|
||||||
|
@import '../syntax.css';
|
||||||
|
@import '../variables.css';
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--accent: #EE72F1;
|
||||||
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, .1);
|
||||||
|
}
|
14
themes/terminal/source/css/color/red.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@import '../main.css';
|
||||||
|
@import '../header.css';
|
||||||
|
@import '../logo.css';
|
||||||
|
@import '../pagination.css';
|
||||||
|
@import '../post.css';
|
||||||
|
@import '../syntax.css';
|
||||||
|
@import '../variables.css';
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--accent: #FF6266;
|
||||||
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, .1);
|
||||||
|
}
|
13
themes/terminal/source/css/font.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("../fonts/FiraCode-Regular.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
src: url("../fonts/FiraCode-Bold.woff") format("woff");
|
||||||
|
}
|
50
themes/terminal/source/css/footer.css
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
.footer {
|
||||||
|
padding: 40px 0;
|
||||||
|
flex-grow: 0;
|
||||||
|
opacity: .5;
|
||||||
|
|
||||||
|
&__inner {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 0;
|
||||||
|
width: 760px;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
@media (--tablet) {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copyright {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 1rem;
|
||||||
|
color: var(--light-color-secondary);
|
||||||
|
|
||||||
|
&--user {
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > *:first-child:not(:only-child) {
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
|
@media (--tablet) {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--tablet) {
|
||||||
|
flex-direction: column;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
158
themes/terminal/source/css/header.css
Normal file
|
@ -0,0 +1,158 @@
|
||||||
|
@define-mixin menu {
|
||||||
|
position: absolute;
|
||||||
|
background: var(--background);
|
||||||
|
box-shadow: var(--shadow);
|
||||||
|
color: white;
|
||||||
|
border: 2px solid;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px;
|
||||||
|
list-style: none;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&__inner {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__logo {
|
||||||
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
content: '';
|
||||||
|
background: repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, transparent 0, transparent 10px);
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
max-width: 100%;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu {
|
||||||
|
--shadow-color: color-mod(var(--background) a(80%));
|
||||||
|
--shadow: 0 10px var(--shadow-color), -10px 10px var(--shadow-color), 10px 10px var(--shadow-color);
|
||||||
|
margin: 20px 0;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
@mixin menu;
|
||||||
|
top: 50px;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__inner {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
&--desktop {
|
||||||
|
@media (--phone) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&--mobile {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
margin-right: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__sub-inner {
|
||||||
|
position: relative;
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
&:not(:only-child) {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-more {
|
||||||
|
@mixin menu;
|
||||||
|
top: 35px;
|
||||||
|
left: 0;
|
||||||
|
|
||||||
|
&-trigger {
|
||||||
|
color: var(--accent);
|
||||||
|
user-select: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.spacer {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.language-selector {
|
||||||
|
position: relative;
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
&-current {
|
||||||
|
list-style-type: none;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
color: var(--accent);
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__more {
|
||||||
|
@mixin menu;
|
||||||
|
top: 35px;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-trigger {
|
||||||
|
color: var(--accent);
|
||||||
|
border: 2px solid;
|
||||||
|
margin-left: 10px;
|
||||||
|
height: 100%;
|
||||||
|
padding: 3px 8px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
8
themes/terminal/source/css/logo.css
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.logo {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-decoration: none;
|
||||||
|
background: var(--accent);
|
||||||
|
color: black;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
278
themes/terminal/source/css/main.css
Normal file
|
@ -0,0 +1,278 @@
|
||||||
|
html {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
*,
|
||||||
|
*:before,
|
||||||
|
*:after {
|
||||||
|
box-sizing: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 1.54;
|
||||||
|
letter-spacing: -0.02em;
|
||||||
|
background-color: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
color: var(--color);
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
|
||||||
|
font-variant-ligatures: contextual;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
line-height: 1.3;
|
||||||
|
|
||||||
|
&:not(first-child) {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
&.left {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.right {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
display: table;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 25px 0;
|
||||||
|
|
||||||
|
&.left {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.right {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
margin-top: 5px;
|
||||||
|
background: var(--accent);
|
||||||
|
color: var(--background);
|
||||||
|
/* opacity: .8; */
|
||||||
|
|
||||||
|
&.left {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
|
||||||
|
font-feature-settings: normal;
|
||||||
|
background: color-mod(var(--accent) a(20%));
|
||||||
|
color: var(--accent);
|
||||||
|
padding: 1px 6px;
|
||||||
|
margin: 0 2px;
|
||||||
|
font-size: .95rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background: transparent;
|
||||||
|
padding: 20px 10px;
|
||||||
|
margin: 40px 0;
|
||||||
|
font-size: .95rem;
|
||||||
|
overflow: auto;
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, .1);
|
||||||
|
border-bottom: 1px solid rgba(255, 255, 255, .1);
|
||||||
|
|
||||||
|
+ pre {
|
||||||
|
border-top: 0;
|
||||||
|
margin-top: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: none !important;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: inherit;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-top: 1px solid var(--accent);
|
||||||
|
border-bottom: 1px solid var(--accent);
|
||||||
|
margin: 40px 0;
|
||||||
|
padding: 25px;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: '”';
|
||||||
|
font-family: Georgia, serif;
|
||||||
|
font-size: 3.875rem;
|
||||||
|
position: absolute;
|
||||||
|
left: -40px;
|
||||||
|
top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:first-of-type {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
p:before {
|
||||||
|
content: '>';
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: -25px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
margin: 40px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table,
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
border: 1px dashed var(--accent);
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
margin-left: 30px;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ol ol {
|
||||||
|
list-style-type: lower-alpha;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 40px;
|
||||||
|
max-width: 864px;
|
||||||
|
min-height: 100vh;
|
||||||
|
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
|
||||||
|
&.full,
|
||||||
|
&.center {
|
||||||
|
border: none;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.full {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
width: 100%;
|
||||||
|
border: none;
|
||||||
|
background: var(--border-color);
|
||||||
|
height: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
82
themes/terminal/source/css/pagination.css
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
.pagination {
|
||||||
|
margin-top: 50px;
|
||||||
|
|
||||||
|
&__title {
|
||||||
|
display: flex;
|
||||||
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
|
margin: 100px 0 20px;
|
||||||
|
|
||||||
|
&-h {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 5px 10px;
|
||||||
|
background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
font-size: .8rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 15px;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__buttons {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
position: relative;
|
||||||
|
display: inline-flex;
|
||||||
|
flex: 1;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: 1rem;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
appearance: none;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
+ .button {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: flex;
|
||||||
|
padding: 8px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__text {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.next .button__icon {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.previous .button__icon {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
100
themes/terminal/source/css/post.css
Normal file
|
@ -0,0 +1,100 @@
|
||||||
|
.posts {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post {
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
margin: 20px auto;
|
||||||
|
padding: 20px 0;
|
||||||
|
|
||||||
|
@media (--tablet) {
|
||||||
|
max-width: 660px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
&-meta {
|
||||||
|
font-size: 1rem;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
color: color-mod(var(--accent) a(70%));
|
||||||
|
}
|
||||||
|
|
||||||
|
&-title {
|
||||||
|
--border: 3px dotted var(--accent);
|
||||||
|
position: relative;
|
||||||
|
color: var(--accent);
|
||||||
|
margin: 0 0 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
border-bottom: var(--border);
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: 2px;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
border-bottom: var(--border);
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-tags {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
font-size: 1rem;
|
||||||
|
opacity: .5;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-content {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-cover {
|
||||||
|
border: 20px solid var(--accent);
|
||||||
|
background: transparent;
|
||||||
|
margin: 40px 0;
|
||||||
|
padding: 20px;
|
||||||
|
|
||||||
|
@media (--phone) {
|
||||||
|
padding: 10px;
|
||||||
|
border-width: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
|
li:before {
|
||||||
|
content: '►';
|
||||||
|
position: absolute;
|
||||||
|
left: -20px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.post--regulation {
|
||||||
|
h1 {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
& + h2 {
|
||||||
|
margin-top: -10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
216
themes/terminal/source/css/prism.css
Normal file
|
@ -0,0 +1,216 @@
|
||||||
|
/* PrismJS 1.15.0
|
||||||
|
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+c+csharp+bash+cpp+coffeescript+ruby+csp+css-extras+diff+django+docker+elixir+elm+markup-templating+erlang+fsharp+flow+git+go+graphql+less+handlebars+haskell+http+java+json+kotlin+latex+markdown+makefile+objectivec+ocaml+perl+php+php-extras+sql+processing+scss+python+jsx+typescript+reason+textile+rust+sass+stylus+scheme+pug+swift+yaml+haml+toml+twig+tsx+vim+visual-basic+wasm&plugins=line-numbers+toolbar+jsonp-highlight+command-line+copy-to-clipboard */
|
||||||
|
/**
|
||||||
|
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
|
||||||
|
* Based on https://github.com/chriskempson/tomorrow-theme
|
||||||
|
* @author Rose Pritchard
|
||||||
|
*/
|
||||||
|
|
||||||
|
code[class*="language-"],
|
||||||
|
pre[class*="language-"] {
|
||||||
|
background: none;
|
||||||
|
font-family: inherit, monospace;
|
||||||
|
text-align: left;
|
||||||
|
white-space: pre;
|
||||||
|
word-spacing: normal;
|
||||||
|
word-break: normal;
|
||||||
|
word-wrap: normal;
|
||||||
|
line-height: 1.5;
|
||||||
|
|
||||||
|
-moz-tab-size: 2;
|
||||||
|
-o-tab-size: 2;
|
||||||
|
tab-size: 2;
|
||||||
|
|
||||||
|
-webkit-hyphens: none;
|
||||||
|
-moz-hyphens: none;
|
||||||
|
-ms-hyphens: none;
|
||||||
|
hyphens: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Code blocks */
|
||||||
|
pre[class*="language-"] {
|
||||||
|
margin: 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(pre) > code[class*="language-"],
|
||||||
|
pre[class*="language-"] {
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Inline code */
|
||||||
|
:not(pre) > code[class*="language-"] {
|
||||||
|
padding: .1em;
|
||||||
|
border-radius: .3em;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.important,
|
||||||
|
.token.bold {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.token.italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.entity {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre[class*="language-"].line-numbers {
|
||||||
|
position: relative;
|
||||||
|
padding-left: 3.8em;
|
||||||
|
counter-reset: linenumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre[class*="language-"].line-numbers > code {
|
||||||
|
position: relative;
|
||||||
|
white-space: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-numbers .line-numbers-rows {
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
top: 0;
|
||||||
|
font-size: 100%;
|
||||||
|
left: -3.8em;
|
||||||
|
width: 3em; /* works for line-numbers below 1000 lines */
|
||||||
|
letter-spacing: -1px;
|
||||||
|
border-right: 1px solid #999;
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-numbers-rows > span {
|
||||||
|
pointer-events: none;
|
||||||
|
display: block;
|
||||||
|
counter-increment: linenumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-numbers-rows > span:before {
|
||||||
|
content: counter(linenumber);
|
||||||
|
color: #999;
|
||||||
|
display: block;
|
||||||
|
padding-right: 0.8em;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.code-toolbar {
|
||||||
|
position: relative;
|
||||||
|
margin: 40px 0;
|
||||||
|
padding: 20px 0;
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, .1);
|
||||||
|
border-bottom: 1px solid rgba(255, 255, 255, .1);
|
||||||
|
|
||||||
|
+ .code-toolbar {
|
||||||
|
border-top: 0;
|
||||||
|
margin-top: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
+ .highlight,
|
||||||
|
+ .highlight .code-toolbar {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar {
|
||||||
|
position: absolute;
|
||||||
|
top: .3em;
|
||||||
|
right: .2em;
|
||||||
|
transition: opacity 0.3s ease-in-out;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar:hover > .toolbar {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar .toolbar-item {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar a {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar button {
|
||||||
|
background: none;
|
||||||
|
border: 0;
|
||||||
|
color: inherit;
|
||||||
|
font: inherit;
|
||||||
|
line-height: normal;
|
||||||
|
overflow: visible;
|
||||||
|
padding: 0;
|
||||||
|
-webkit-user-select: none; /* for button */
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar a,
|
||||||
|
div.code-toolbar > .toolbar button,
|
||||||
|
div.code-toolbar > .toolbar span {
|
||||||
|
color: #bbb;
|
||||||
|
font-size: .8em;
|
||||||
|
padding: 0 .5em;
|
||||||
|
background: #f5f2f0;
|
||||||
|
background: rgba(224, 224, 224, 0.2);
|
||||||
|
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
|
||||||
|
border-radius: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.code-toolbar > .toolbar a:hover,
|
||||||
|
div.code-toolbar > .toolbar a:focus,
|
||||||
|
div.code-toolbar > .toolbar button:hover,
|
||||||
|
div.code-toolbar > .toolbar button:focus,
|
||||||
|
div.code-toolbar > .toolbar span:hover,
|
||||||
|
div.code-toolbar > .toolbar span:focus {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.command-line-prompt {
|
||||||
|
border-right: 1px solid #999;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
font-size: 100%;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
margin-right: 1em;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.command-line-prompt > span:before {
|
||||||
|
color: #999;
|
||||||
|
content: ' ';
|
||||||
|
display: block;
|
||||||
|
padding-right: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.command-line-prompt > span[data-user]:before {
|
||||||
|
content: "[" attr(data-user) "@" attr(data-host) "] $";
|
||||||
|
}
|
||||||
|
|
||||||
|
.command-line-prompt > span[data-user="root"]:before {
|
||||||
|
content: "[" attr(data-user) "@" attr(data-host) "] #";
|
||||||
|
}
|
||||||
|
|
||||||
|
.command-line-prompt > span[data-prompt]:before {
|
||||||
|
content: attr(data-prompt);
|
||||||
|
}
|
14
themes/terminal/source/css/style.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
@import 'variables';
|
||||||
|
|
||||||
|
@import 'font';
|
||||||
|
@import 'buttons';
|
||||||
|
|
||||||
|
@import 'header';
|
||||||
|
@import 'logo';
|
||||||
|
@import 'main';
|
||||||
|
@import 'post';
|
||||||
|
@import 'pagination';
|
||||||
|
@import 'footer';
|
||||||
|
|
||||||
|
@import 'prism';
|
||||||
|
@import 'syntax';
|
101
themes/terminal/source/css/syntax.css
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
code.language-css,
|
||||||
|
code.language-scss,
|
||||||
|
.token.boolean,
|
||||||
|
.token.string,
|
||||||
|
.token.entity,
|
||||||
|
.token.url,
|
||||||
|
.language-css .token.string,
|
||||||
|
.language-scss .token.string,
|
||||||
|
.style .token.string,
|
||||||
|
.token.attr-value,
|
||||||
|
.token.keyword,
|
||||||
|
.token.control,
|
||||||
|
.token.directive,
|
||||||
|
.token.statement,
|
||||||
|
.token.regex,
|
||||||
|
.token.atrule,
|
||||||
|
.token.number {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.tag-id,
|
||||||
|
.token.atrule-id,
|
||||||
|
.token.operator,
|
||||||
|
.token.unit,
|
||||||
|
.token.placeholder,
|
||||||
|
.token.variable,
|
||||||
|
.token.attr-name {
|
||||||
|
color: color-mod(var(--accent) a(70%));
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.property,
|
||||||
|
.token.function,
|
||||||
|
code.language-javascript,
|
||||||
|
code.language-html {
|
||||||
|
color: color-mod(var(--accent) blend(#999 90%));
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.selector,
|
||||||
|
.token.tag,
|
||||||
|
.token.punctuation {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.comment,
|
||||||
|
.token.prolog,
|
||||||
|
.token.doctype,
|
||||||
|
.token.cdata {
|
||||||
|
color: rgba(255, 255, 255, .3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.token.namespace {
|
||||||
|
opacity: .7;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre[data-line] {
|
||||||
|
position: relative;
|
||||||
|
padding: 1em 0 1em 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-highlight {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
padding: inherit 0;
|
||||||
|
margin-top: 1em;
|
||||||
|
/* Same as .prism’s padding-top */
|
||||||
|
background: hsla(24, 20%, 50%, .08);
|
||||||
|
background: linear-gradient(to right, hsla(24, 20%, 50%, .1) 70%, hsla(24, 20%, 50%, 0));
|
||||||
|
pointer-events: none;
|
||||||
|
line-height: inherit;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-highlight:before,
|
||||||
|
.line-highlight[data-end]:after {
|
||||||
|
content: attr(data-start);
|
||||||
|
position: absolute;
|
||||||
|
top: .4em;
|
||||||
|
left: .6em;
|
||||||
|
min-width: 1em;
|
||||||
|
padding: 0 .5em;
|
||||||
|
background-color: hsla(24, 20%, 50%, .4);
|
||||||
|
color: hsl(24, 20%, 95%);
|
||||||
|
font: bold 65%/1.5 sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: .3em;
|
||||||
|
border-radius: 999px;
|
||||||
|
text-shadow: none;
|
||||||
|
box-shadow: 0 1px white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-highlight[data-end]:after {
|
||||||
|
content: attr(data-end);
|
||||||
|
top: auto;
|
||||||
|
bottom: .4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-numbers .line-highlight:before,
|
||||||
|
.line-numbers .line-highlight:after {
|
||||||
|
content: none;
|
||||||
|
}
|
13
themes/terminal/source/css/variables.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
:root {
|
||||||
|
--accent: #FFA86A;
|
||||||
|
--background: color-mod(var(--accent) blend(#1D1E28 98%));
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, .1);
|
||||||
|
|
||||||
|
/* variables for js, must be the same as these in @custom-media queries */
|
||||||
|
--phoneWidth: (max-width: 684px);
|
||||||
|
--tabletWidth: (max-width: 900px);
|
||||||
|
}
|
||||||
|
|
||||||
|
@custom-media --phone (width < 684px);
|
||||||
|
@custom-media --tablet (width < 900px);
|
BIN
themes/terminal/source/fonts/FiraCode-Bold.woff
Normal file
BIN
themes/terminal/source/fonts/FiraCode-Regular.woff
Normal file
18
themes/terminal/source/js/languageSelector.js
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
const mobileQuery = getComputedStyle(document.body).getPropertyValue("--phoneWidth");
|
||||||
|
const isMobile = () => window.matchMedia(mobileQuery).matches;
|
||||||
|
|
||||||
|
if(!isMobile()) {
|
||||||
|
languageSelector = document.querySelector(".language-selector-current");
|
||||||
|
moreLanguagesContainer = document.querySelector(".language-selector__more");
|
||||||
|
|
||||||
|
document.body.addEventListener("click", () => {
|
||||||
|
if (moreLanguagesContainer && !moreLanguagesContainer.classList.contains("hidden")) {
|
||||||
|
moreLanguagesContainer.classList.add("hidden");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
languageSelector && languageSelector.addEventListener("click", e => {
|
||||||
|
e.stopPropagation();
|
||||||
|
moreLanguagesContainer.classList.toggle("hidden");
|
||||||
|
});
|
||||||
|
}
|
1
themes/terminal/source/js/main.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
// Add your script here
|
51
themes/terminal/source/js/menu.js
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
const container = document.querySelector(".container");
|
||||||
|
const menu = document.querySelector(".menu");
|
||||||
|
const mobileMenuTrigger = document.querySelector(".menu-trigger");
|
||||||
|
const desktopMenu = document.querySelector(".menu__inner--desktop");
|
||||||
|
const desktopMenuTrigger = document.querySelector(".menu__sub-inner-more-trigger");
|
||||||
|
const menuMore = document.querySelector(".menu__sub-inner-more");
|
||||||
|
const mobileQuery = getComputedStyle(document.body).getPropertyValue("--phoneWidth");
|
||||||
|
const isMobile = () => window.matchMedia(mobileQuery).matches;
|
||||||
|
const handleMenuClasses = () => {
|
||||||
|
mobileMenuTrigger && mobileMenuTrigger.classList.toggle("hidden", !isMobile());
|
||||||
|
menu && menu.classList.toggle("hidden", isMobile());
|
||||||
|
menuMore && menuMore.classList.toggle("hidden", !isMobile());
|
||||||
|
};
|
||||||
|
|
||||||
|
// Common
|
||||||
|
|
||||||
|
menu && menu.addEventListener("click", e => e.stopPropagation());
|
||||||
|
menuMore && menuMore.addEventListener("click", e => e.stopPropagation());
|
||||||
|
|
||||||
|
handleMenuClasses();
|
||||||
|
|
||||||
|
document.body.addEventListener("click", () => {
|
||||||
|
if (!isMobile() && menuMore && !menuMore.classList.contains("hidden")) {
|
||||||
|
menuMore.classList.add("hidden");
|
||||||
|
} else if (isMobile() && !menu.classList.contains("hidden")) {
|
||||||
|
menu.classList.add("hidden");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
window.addEventListener("resize", handleMenuClasses);
|
||||||
|
|
||||||
|
// Mobile menu
|
||||||
|
|
||||||
|
mobileMenuTrigger &&
|
||||||
|
mobileMenuTrigger.addEventListener("click", e => {
|
||||||
|
e.stopPropagation();
|
||||||
|
menu && menu.classList.toggle("hidden");
|
||||||
|
});
|
||||||
|
|
||||||
|
// Desktop menu
|
||||||
|
|
||||||
|
desktopMenuTrigger &&
|
||||||
|
desktopMenuTrigger.addEventListener("click", e => {
|
||||||
|
e.stopPropagation();
|
||||||
|
menuMore && menuMore.classList.toggle("hidden");
|
||||||
|
|
||||||
|
if (menuMore.getBoundingClientRect().right > container.getBoundingClientRect().right) {
|
||||||
|
menuMore.style.left = "auto";
|
||||||
|
menuMore.style.right = 0;
|
||||||
|
}
|
||||||
|
});
|
74
themes/terminal/source/js/prism.js
Normal file
1
themes/terminal/static/assets/blue.css
Normal file
1
themes/terminal/static/assets/green.css
Normal file
133
themes/terminal/static/assets/main.js
Normal file
|
@ -0,0 +1,133 @@
|
||||||
|
/******/ (function(modules) { // webpackBootstrap
|
||||||
|
/******/ // The module cache
|
||||||
|
/******/ var installedModules = {};
|
||||||
|
/******/
|
||||||
|
/******/ // The require function
|
||||||
|
/******/ function __webpack_require__(moduleId) {
|
||||||
|
/******/
|
||||||
|
/******/ // Check if module is in cache
|
||||||
|
/******/ if(installedModules[moduleId]) {
|
||||||
|
/******/ return installedModules[moduleId].exports;
|
||||||
|
/******/ }
|
||||||
|
/******/ // Create a new module (and put it into the cache)
|
||||||
|
/******/ var module = installedModules[moduleId] = {
|
||||||
|
/******/ i: moduleId,
|
||||||
|
/******/ l: false,
|
||||||
|
/******/ exports: {}
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // Execute the module function
|
||||||
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||||
|
/******/
|
||||||
|
/******/ // Flag the module as loaded
|
||||||
|
/******/ module.l = true;
|
||||||
|
/******/
|
||||||
|
/******/ // Return the exports of the module
|
||||||
|
/******/ return module.exports;
|
||||||
|
/******/ }
|
||||||
|
/******/
|
||||||
|
/******/
|
||||||
|
/******/ // expose the modules object (__webpack_modules__)
|
||||||
|
/******/ __webpack_require__.m = modules;
|
||||||
|
/******/
|
||||||
|
/******/ // expose the module cache
|
||||||
|
/******/ __webpack_require__.c = installedModules;
|
||||||
|
/******/
|
||||||
|
/******/ // define getter function for harmony exports
|
||||||
|
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||||
|
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||||
|
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
||||||
|
/******/ }
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // define __esModule on exports
|
||||||
|
/******/ __webpack_require__.r = function(exports) {
|
||||||
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||||
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||||
|
/******/ }
|
||||||
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // create a fake namespace object
|
||||||
|
/******/ // mode & 1: value is a module id, require it
|
||||||
|
/******/ // mode & 2: merge all properties of value into the ns
|
||||||
|
/******/ // mode & 4: return value when already ns object
|
||||||
|
/******/ // mode & 8|1: behave like require
|
||||||
|
/******/ __webpack_require__.t = function(value, mode) {
|
||||||
|
/******/ if(mode & 1) value = __webpack_require__(value);
|
||||||
|
/******/ if(mode & 8) return value;
|
||||||
|
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
||||||
|
/******/ var ns = Object.create(null);
|
||||||
|
/******/ __webpack_require__.r(ns);
|
||||||
|
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
||||||
|
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
||||||
|
/******/ return ns;
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||||
|
/******/ __webpack_require__.n = function(module) {
|
||||||
|
/******/ var getter = module && module.__esModule ?
|
||||||
|
/******/ function getDefault() { return module['default']; } :
|
||||||
|
/******/ function getModuleExports() { return module; };
|
||||||
|
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||||
|
/******/ return getter;
|
||||||
|
/******/ };
|
||||||
|
/******/
|
||||||
|
/******/ // Object.prototype.hasOwnProperty.call
|
||||||
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||||
|
/******/
|
||||||
|
/******/ // __webpack_public_path__
|
||||||
|
/******/ __webpack_require__.p = "";
|
||||||
|
/******/
|
||||||
|
/******/
|
||||||
|
/******/ // Load entry module and return exports
|
||||||
|
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
||||||
|
/******/ })
|
||||||
|
/************************************************************************/
|
||||||
|
/******/ ({
|
||||||
|
|
||||||
|
/***/ "./source/js/languageSelector.js":
|
||||||
|
/*!***************************************!*\
|
||||||
|
!*** ./source/js/languageSelector.js ***!
|
||||||
|
\***************************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("var mobileQuery = getComputedStyle(document.body).getPropertyValue(\"--phoneWidth\");\n\nvar isMobile = function isMobile() {\n return window.matchMedia(mobileQuery).matches;\n};\n\nif (!isMobile()) {\n languageSelector = document.querySelector(\".language-selector-current\");\n moreLanguagesContainer = document.querySelector(\".language-selector__more\");\n document.body.addEventListener(\"click\", function () {\n if (moreLanguagesContainer && !moreLanguagesContainer.classList.contains(\"hidden\")) {\n moreLanguagesContainer.classList.add(\"hidden\");\n }\n });\n languageSelector && languageSelector.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n moreLanguagesContainer.classList.toggle(\"hidden\");\n });\n}\n\n//# sourceURL=webpack:///./source/js/languageSelector.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ "./source/js/main.js":
|
||||||
|
/*!***************************!*\
|
||||||
|
!*** ./source/js/main.js ***!
|
||||||
|
\***************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("// Add your script here\n\n//# sourceURL=webpack:///./source/js/main.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ "./source/js/menu.js":
|
||||||
|
/*!***************************!*\
|
||||||
|
!*** ./source/js/menu.js ***!
|
||||||
|
\***************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
eval("var container = document.querySelector(\".container\");\nvar menu = document.querySelector(\".menu\");\nvar mobileMenuTrigger = document.querySelector(\".menu-trigger\");\nvar desktopMenu = document.querySelector(\".menu__inner--desktop\");\nvar desktopMenuTrigger = document.querySelector(\".menu__sub-inner-more-trigger\");\nvar menuMore = document.querySelector(\".menu__sub-inner-more\");\nvar mobileQuery = getComputedStyle(document.body).getPropertyValue(\"--phoneWidth\");\n\nvar isMobile = function isMobile() {\n return window.matchMedia(mobileQuery).matches;\n};\n\nvar handleMenuClasses = function handleMenuClasses() {\n mobileMenuTrigger && mobileMenuTrigger.classList.toggle(\"hidden\", !isMobile());\n menu && menu.classList.toggle(\"hidden\", isMobile());\n menuMore && menuMore.classList.toggle(\"hidden\", !isMobile());\n}; // Common\n\n\nmenu && menu.addEventListener(\"click\", function (e) {\n return e.stopPropagation();\n});\nmenuMore && menuMore.addEventListener(\"click\", function (e) {\n return e.stopPropagation();\n});\nhandleMenuClasses();\ndocument.body.addEventListener(\"click\", function () {\n if (!isMobile() && menuMore && !menuMore.classList.contains(\"hidden\")) {\n menuMore.classList.add(\"hidden\");\n } else if (isMobile() && !menu.classList.contains(\"hidden\")) {\n menu.classList.add(\"hidden\");\n }\n});\nwindow.addEventListener(\"resize\", handleMenuClasses); // Mobile menu\n\nmobileMenuTrigger && mobileMenuTrigger.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n menu && menu.classList.toggle(\"hidden\");\n}); // Desktop menu\n\ndesktopMenuTrigger && desktopMenuTrigger.addEventListener(\"click\", function (e) {\n e.stopPropagation();\n menuMore && menuMore.classList.toggle(\"hidden\");\n\n if (menuMore.getBoundingClientRect().right > container.getBoundingClientRect().right) {\n menuMore.style.left = \"auto\";\n menuMore.style.right = 0;\n }\n});\n\n//# sourceURL=webpack:///./source/js/menu.js?");
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 0:
|
||||||
|
/*!*************************************************************************************!*\
|
||||||
|
!*** multi ./source/js/main.js ./source/js/menu.js ./source/js/languageSelector.js ***!
|
||||||
|
\*************************************************************************************/
|
||||||
|
/*! no static exports found */
|
||||||
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
|
eval("__webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/main.js */\"./source/js/main.js\");\n__webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/menu.js */\"./source/js/menu.js\");\nmodule.exports = __webpack_require__(/*! /Users/radek/Documents/Git/Moje/hugoBasicExample/themes/terminal/source/js/languageSelector.js */\"./source/js/languageSelector.js\");\n\n\n//# sourceURL=webpack:///multi_./source/js/main.js_./source/js/menu.js_./source/js/languageSelector.js?");
|
||||||
|
|
||||||
|
/***/ })
|
||||||
|
|
||||||
|
/******/ });
|
1
themes/terminal/static/assets/pink.css
Normal file
122
themes/terminal/static/assets/prism.js
Normal file
1
themes/terminal/static/assets/red.css
Normal file
1
themes/terminal/static/assets/style.css
Normal file
BIN
themes/terminal/static/img/favicon/blue.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
themes/terminal/static/img/favicon/green.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
themes/terminal/static/img/favicon/orange.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
themes/terminal/static/img/favicon/pink.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
themes/terminal/static/img/favicon/red.png
Normal file
After Width: | Height: | Size: 189 B |
13
themes/terminal/theme.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "terminal"
|
||||||
|
license = "MIT"
|
||||||
|
licenselink = "https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md"
|
||||||
|
description = "A simple, retro theme for Hugo."
|
||||||
|
homepage = "https://github.com/panr/hugo-theme-terminal/"
|
||||||
|
tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "monotone", "multilingual", "personal", "responsive", "simple", "technical", "retro"]
|
||||||
|
features = ["blog", "shortcode", "syntax highlighting"]
|
||||||
|
min_version = 0.57
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "panr"
|
||||||
|
homepage = "https://radoslawkoziel.pl"
|
||||||
|
twitter = "https://twitter.com/panr"
|