Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2019-01-28 04:11:38 +0300
committerDjordje Atlialp <djordje@atlialp.com>2019-01-28 04:11:38 +0300
commit794340f536ceb101a14a4a39fcb97f7b0604eccb (patch)
tree9e13bb3fc93c54d42bf727bf8610c726dcccb110 /exampleSite
parent63c9a8ca44529fc5858f68c23d3a78ba420ef0a9 (diff)
Remove exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml34
-rw-r--r--exampleSite/content/about.md22
-rw-r--r--exampleSite/content/post/hello.md21
-rw-r--r--exampleSite/content/showcase.md94
4 files changed, 0 insertions, 171 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
deleted file mode 100644
index c1ad606..0000000
--- a/exampleSite/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-baseurl = "/"
-languageCode = "en-us"
-title = "Hello Friend"
-theme = "hugo-theme-hello-friend"
-copyright = ""
-paginate = 5
-
-[params]
- subtitle = "A simple theme for Hugo"
- # "light" or "dark"
- defaultTheme = "dark"
-
-[params.logo]
- logoText = "hello friend"
-# or
-#
-# path = "/img/your-example-logo.svg"
-# alt = "Your example logo alt text"
-
-[menu]
- [[menu.main]]
- identifier = "about"
- name = "About"
- url = "/about"
- [[menu.main]]
- identifier = "showcase"
- name = "Showcase"
- url = "/showcase"
-
-[languages]
- [languages.en]
- writtenBy = "Written by"
- readMore = "Read more"
- readOtherPosts = "Read other posts"
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
deleted file mode 100644
index dbf817f..0000000
--- a/exampleSite/content/about.md
+++ /dev/null
@@ -1,22 +0,0 @@
-+++
-title = "About"
-date = "2018-07-18"
-author = "Radek"
-+++
-
-<h2>> Hi there<span class="logo__cursor" style="width: 3px; height: 1.625rem;"></span></h2>
-
-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:
-
-- **light/dark mode**, depending on your preferences
-- great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/)
-- nice code highlighting thanks to [**PrismJS**](https://prismjs.com)
-- an easy way to modify the theme (**Webpack, NodeJS, PostCSS** — initial setup created by [Marcin Dziewulski](http://www.mobily.pl))
-
-So, there you have it... enjoy! \ No newline at end of file
diff --git a/exampleSite/content/post/hello.md b/exampleSite/content/post/hello.md
deleted file mode 100644
index 05af29f..0000000
--- a/exampleSite/content/post/hello.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-title = "Hello Friend"
-date = "1986-09-17"
-author = "Elliot"
-cover = "hello.jpg"
-description = "\"Hello, friend?\" That's lame. Maybe I should give you a name?"
-+++
-
-> "Hello, friend?" That's lame.
-> Maybe I should give you a name...
-> But that's a slippery slope.
-> You're only in my head.
-> We have to remember that...
-> Shit.
-> It's actually happened.
-> I'm talking to an imaginary person.
->
-> **— Mr. Robot S01E01**
-
-
-
diff --git a/exampleSite/content/showcase.md b/exampleSite/content/showcase.md
deleted file mode 100644
index 220a414..0000000
--- a/exampleSite/content/showcase.md
+++ /dev/null
@@ -1,94 +0,0 @@
-+++
-title = "Showcase"
-date = "2018-07-18"
-author = "Hello Robot"
-+++
-
-## Header 2
-
-Backup two-step verification breach, anonymous terminal traffic worm virus reboot fsociety dat file. Traffic fsociety malware 100 terabytes system hack, delete brute-force cyber security fiber connection connect code worm wipe. Cyber security off the grid delete IP decrypt, **nodes connect password 100 terabytes RUDY attack malicious code** rootkit gigabit speed. Tor connect network, intercepting traffic off the grid IP protocol password.
-
-> Backup DDoS attack rootkit nodes disconnect website. Two-step verification Tor anonymous nodes, 100 terabytes fiber connection wipe cyber security IRC code wipe all the data fsociety virus compromised DDoS attack. Sys admin data center gigabit speed breach, worm DDoS attack AFK nodes.
-
-### Header 3
-
-Brute-force intercepting traffic fiber connection system boot up fsociety reboot AFK sys admin. Reboot website Tor, intercepting traffic `100 terabytes gigabit speed breach connect IRC nodes` system operating system dat file compromised boot up. Data center decrypt password network disconnect. Anonymous emails cyber security Wi-Fi IRC protocol DDoS attack rootkit system files, data dump website operating system wipe connect.
-
-<pre>
- <code class="language-css">
- /* PostCSS code by PrismJS */
-
- 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;
-
- .dark-theme & {
- color: inherit;
- }
- }
- }
- </code>
-</pre>
-
-<pre>
- <code class="language-js">
- // JS code by PrismJS
-
- 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)
- </code>
-</pre>
-
-{{< highlight html >}}
-<!-- HTML code by Chroma (built-in highlighter in Hugo ) -->
-
-<section id="main">
- <div>
- <h1 id="title">{{ .Title }}</h1>
- {{ range .Pages }}
- {{ .Render "summary"}}
- {{ end }}
- </div>
-</section>
-{{< /highlight >}}
-
-#### Header 4
-
-Traffic RUDY attack nodes anonymous IP network code two-step verification system files data center bonsoir terminal. Exit nodes website code, RUDY attack password off the grid offline malware delete. Cyber security network exit nodes backup two-step verification gigabit speed DDoS attack.
-
-- Fsociety delete malicious code nodes.
-- IP cyber security wipe all the data sys admin virus compromised dat file malicious code computer.
-- Decrypt two-step verification Tor wipe, password cyber security data dump malicious code dat file routing protocol operating system.
-- Anonymous boot up website AFK.
- - Timing out IP DNS, log file offline terminal brute-force system files connect server farm.
- - Reboot sys admin worm log file wipe.
-
-{{< youtube id="xIBiJ_SzJTA" >}}
-
-Tor boot up backup anonymous bonsoir IRC website. Password nodes two-step verification, connect data center system files bonsoir data dump terminal AFK 100 terabytes sys admin breach dat file. Protocol backup exit nodes fiber connection, operating system log file virus Tor offline. Password data center two-step verification disconnect IRC terminal. Tor IRC cyber security AFK protocol traffic disconnect. Code exit nodes IRC cyber security nodes worm. \ No newline at end of file