src: Remove unused theme

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
This commit is contained in:
Harsh Shandilya 2018-06-14 16:26:50 +05:30
parent be2b33099b
commit 7b20e86b27
44 changed files with 0 additions and 519 deletions

View File

@ -1,20 +0,0 @@
The MIT License (MIT)
Copyright (c) 2016 Matúš Námešný
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.

View File

@ -1,55 +0,0 @@
# Nix
Nix is a simple, minimal theme for Hugo
![Hugo Theme Nix](https://raw.githubusercontent.com/LordMathis/hugo-theme-nix/master/images/screenshot.png)
## Usage
Clone the repository to your hugo theme directory
```
mkdir themes
cd themes
git clone https://github.com/LordMathis/hugo-theme-nix
```
## Configuration
Add these parameters to your `config.toml`:
```
[params]
GithubID = "your_github"
TwitterID = "your_twitter"
LinkedInID = "your_linkedin"
GoogleplusID = "your_googleplus"
FacebookID = "your_facebook"
Name = "your_name"
HeaderUsername = "username"
HeaderHostname = "hostname"
Email = "your_email"
About = "info_about_you"
ProfilePicture = "profile_picture_url"
GoogleAnalytics = "your_google_analytics_id"
```
Edit them as needed. If you don't want one of the social networks simply delete that line. `HeaderUsername` and `HeaderHostname` will be displayed in navbar on left side in the format: `HeaderUsername@HeaderHostname ~ $`
To add a menu item add `[[menu.header]]` item to `config.toml`. For example:
```
[menu]
[[menu.header]]
name = "posts"
weight = 0
url = "/posts"
```
To enable disqus comments add `disqusShortname` to your `config.toml`.
You can turn off disqus comments per page by adding `nocomments = true` to the front matter.
## License
Nix is licensed under the [MIT License](LICENSE.md)

View File

@ -1,2 +0,0 @@
+++
+++

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<title> {{ .Site.Title }} </title>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<div class="container wrapper">
<h1>Uhm... WHAT?</h1>
<div class="post-content">
<p>Looks like you're lost. This page doesn't exist</p>
</div>
<div class="push"></div>
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -1,39 +0,0 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<div class="container wrapper">
<div class="row">
<div class="col-xs-12 text-center">
<h1 id=>{{ .Title }}</h1>
</div>
</div>
<ul id="post-list">
{{ range .Data.Pages }}
<li>
<div class="post-list-item">
<div class="post-header">
<h4 class="post-link"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
<h4 class="post-date">{{ .Date.Format "Jan 2, 2006" }}</h4>
</div>
<div class="post-summary"><p>{{ .Summary }}...</p></div>
<div class="post-list-footer text-center">
<a href="{{ .Permalink }}">Read More</a>
</div>
</div>
</li>
{{ end }}
</ul>
<div class="push"></div>
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<div class="container wrapper">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<span class="post-date">{{ .Date.Format "Jan 2, 2006 " }}</span>
<div class="post-content">
{{ .Content }}
</div>
{{ if (isset .Params "nocomments") }}
{{ else }}
<div class="post-comments">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}
<div class="push"></div>
</div>
{{ partial "footer.html" . }}
</body>

View File

@ -1,59 +0,0 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<title> {{ .Site.Title }} </title>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<div class="container wrapper">
<div class="row">
<div class="col-sm-3 col-centered">
<img alt="profile-picture" class="img-responsive img-circle user-picture" src="{{ .Site.Params.ProfilePicture }}">
</div>
</div>
<div class="row">
<div class="col-xs-12 user-profile text-center">
<h1 id="user-name">{{ upper .Site.Params.Name }}</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 user-social text-center">
{{ with .Site.Params.TwitterID }}
<a href="https://twitter.com/{{.}}" title="Twitter"><i class="fa fa-twitter fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.GoogleplusID }}
<a href="https://plus.google.com/{{.}}/about" title="Google+"><i class="fa fa-google-plus fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.FacebookID }}
<a href="https://facebook.com/{{.}}" title="Facebook"><i class="fa fa-facebook fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.GithubID }}
<a href="https://github.com/{{.}}" title="GitHub"><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.LinkedInID }}
<a href="http://linkedin.com/in/{{.}}" title="LinkedIn"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.Email }}
<a href="mailto:{{.}}" title="Email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i></a>
{{ end }}
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 user-description text-center">
<p style="padding-left: 4em">{{ .Site.Params.About }}</p>
</div>
</div>
<div class="push"></div>
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -1,10 +0,0 @@
<footer class="footer text-center">
<p>Copyright &copy; {{ .Now.Format "2006" }} {{ .Site.Params.Name }} -
<span class="credit">
Powered by
<a target="_blank" href="https://gohugo.io">Hugo</a>
and
<a target="_blank" href="https://github.com/LordMathis/hugo-theme-nix/">Nix</a> theme.
</span>
</p>
</footer>

View File

@ -1,57 +0,0 @@
<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="generator" content="Hugo 0.13" />
<link rel="apple-touch-icon" sizes="57x57" href="{{ .Site.BaseURL }}/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="{{ .Site.BaseURL }}/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="{{ .Site.BaseURL }}/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="{{ .Site.BaseURL }}/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="{{ .Site.BaseURL }}/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="{{ .Site.BaseURL }}/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="{{ .Site.BaseURL }}/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="{{ .Site.BaseURL }}/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.BaseURL }}/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="{{ .Site.BaseURL }}/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ .Site.BaseURL }}/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="{{ .Site.BaseURL }}/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.BaseURL }}/icons/favicon-16x16.png">
<link rel="manifest" href="{{ .Site.BaseURL }}/icons/manifest.json">
<!-- SEO shitz -->
<meta name="description" content="Android Lover, Golang Advocate, OSS freak" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="msf jarvis, harsh shandilya, android, halogenOS" />
<meta name="google" content="nositelinkssearchbox,notranslate" />
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="{{ .Site.BaseURL }}/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- Bootstrap minified CSS and JS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "css/nix.css" | absURL }}">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Open+Sans|Roboto|Montserrat|Concert+One" rel="stylesheet">
<!-- Google Analytics -->
{{ with .Site.Params.GoogleAnalytics }}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{.}}', 'auto');
ga('send', 'pageview');
</script>
{{ end }}

View File

@ -1,31 +0,0 @@
<header>
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse font-header">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" id="green-terminal" href={{.Site.BaseURL}}>{{.Site.Params.HeaderUsername}}@{{.Site.Params.HeaderHostname}} ~ $</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="{{ .Site.BaseURL }}">/home/{{.Site.Params.HeaderUsername}}</a>
</li>
{{ range .Site.Menus.header }}
{{ $name := lower .Name }}
<li >
<a href="{{ .URL }}">~/{{ lower .Name }}</a>
</li>
{{end}}
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>

View File

@ -1,139 +0,0 @@
* {
margin: 0;
}
html {
height: 100%;
}
body {
background-color: #fdfdfd;
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
}
#green-terminal {
color: #00ff00;
}
.font-header {
font-family: 'Inconsolata', monospace;
}
.font-paragraph {
font-family: 'Open Sans', sans-serif;
}
nav {
font-size: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Concert One', cursive;
}
#user-name {
font-size: 5em;
}
.user-description {
border-style: solid;
border-width: 5px;
border-color: #292929;
margin-top: 20px;
margin-bottom: 1em;
padding: 15px;
font-size: initial;
}
.user-profile {
padding: 0;
}
.user-picture {
border-style: solid;
border-width: 5px;
border-color: #292929;
margin-top: 20px;
}
i {
margin: 10px 20px 10px 20px;
color: #333;
}
.post-link {
float: left;
}
.post-date {
float: right;
}
.post-header {
background-color: #F5F5F5;
overflow: hidden;
padding: 0 5px 0 5px;
}
.post-summary, .post-content{
clear: both;
}
.post-summary {
padding: 0 5px 0 5px;
}
.post-list-footer {
padding-bottom: 5px;
}
#post-list {
list-style: none;
padding-left: 0;
}
.post-list-item {
margin-top: 20px;
border-style: solid;
border-width: 0 0 3px 0;
border-color: #292929;
}
.post-comments {
padding-top: 10px;
border-top-style: solid;
}
.wrapper {
min-height: 100%;
margin: 0 auto -50px;
padding-top: 50px;
}
.footer {
background-color: #F5F5F5;
display: block;
width: 100%;
padding: 10px;
height: 50px;
}
.push {
height: 50px;
}
.col-centered{
float: none;
margin: 0 auto;
}
div p {
text-align: justify;
}
td {
margin: 0 20px 0 20px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,41 +0,0 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

View File

@ -1,16 +0,0 @@
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "Nix"
license = "MIT"
licenselink = "https://github.com/LordMathis/hugo-theme-nix/blob/master/LICENSE.md"
description = "Simple theme for Hugo"
homepage = "https://github.com/LordMathis/hugo-theme-nix/"
tags = ["simple", "minimal", "unix", "terminal", "blog"]
features = ["blog"]
min_version = 0.15
[author]
name = "Matúš Námešný"
homepage = "https://namesny.com"