our lisp code!
This commit is contained in:
parent
fd079ae75d
commit
74d899b351
22
code/blog.el
Normal file
22
code/blog.el
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
;; code for the simple (but powerful) automation of posts creation
|
||||||
|
;; requires ox-hugo
|
||||||
|
|
||||||
|
(defvar blog-org-files-directory "/mnt/Data/Documents/org-files/org/blog/")
|
||||||
|
|
||||||
|
;; where the posts will be converted
|
||||||
|
(setq org-hugo-base-dir "/mnt/Data/watashinoblog/")
|
||||||
|
|
||||||
|
|
||||||
|
(defun generate-blog-file-path ()
|
||||||
|
(concat blog-org-files-directory "/"
|
||||||
|
(format-time-string "%Y-%m-%d-%H-%M-%S") ".org"))
|
||||||
|
|
||||||
|
|
||||||
|
(setq org-capture-templates
|
||||||
|
`(("b" "Blog Post" entry
|
||||||
|
(file ,(lambda () (generate-blog-file-path))) ; Target file path generation
|
||||||
|
"* %?\n#+EXPORT_HUGO_DRAFT: true\n#+EXPORT_HUGO_SECTION_FRAG: \n#+TITLE: %^{Title}\n#+DATE: %U\n#+AUTHOR: Hashirama\n#+FILETAGS: %^{Tags}\n#+UPDATED: %U\n#+CREATED: %<%Y-%m-%d %a %H:%M>\n"
|
||||||
|
:empty-lines 1 ; Ensure an empty line after the captured content
|
||||||
|
:prepend t ; Insert content at the beginning of the file
|
||||||
|
:jump-to-captured t))) ; Jump to the captured position after capture
|
9
content/posts/2024-04-24-23-58-01.md
Normal file
9
content/posts/2024-04-24-23-58-01.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = "we are testing"
|
||||||
|
author = ["Hashirama"]
|
||||||
|
date = 2024-04-24T23:58:00-04:00
|
||||||
|
tags = ["test", "emacs", "guix"]
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
## {#d41d8c}
|
9
content/posts/2024-04-25-00-00-23.md
Normal file
9
content/posts/2024-04-25-00-00-23.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = "we are testing"
|
||||||
|
author = ["Hashirama"]
|
||||||
|
date = 2024-04-25T00:00:00-04:00
|
||||||
|
tags = ["test", "emacs"]
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
## {#d41d8c}
|
9
content/posts/2024-04-25-00-05-35.md
Normal file
9
content/posts/2024-04-25-00-05-35.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = "another test"
|
||||||
|
author = ["Hashirama"]
|
||||||
|
date = 2024-04-25T00:05:00-04:00
|
||||||
|
tags = ["le-test"]
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
## {#d41d8c}
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ja-JP">
|
<html lang="ja-JP">
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>ajattix/404.html</title>
|
<title>ajattix/404.html</title>
|
||||||
|
@ -8,9 +8,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="all,follow">
|
<meta name="robots" content="all,follow">
|
||||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/terminal-0.7.2.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/animate-4.1.1.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/console.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<meta property="og:title" content="404 Page not found" />
|
<meta property="og:title" content="404 Page not found" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ajattix.neocities.org/404.html" />
|
<meta property="og:url" content="http://localhost:39291/404.html" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="404 Page not found"/>
|
<meta name="twitter:title" content="404 Page not found"/>
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
<div class="logo terminal-prompt">
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
<a href="https://ajattix.neocities.org/" class="no-style ">ajattix</a>:~#
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
<a href='https://ajattix.neocities.org/404.html'>404.html</a>/</div></header>
|
<a href='http://localhost:39291/404.html'>404.html</a>/</div></header>
|
||||||
<nav class="terminal-menu">
|
<nav class="terminal-menu">
|
||||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<div class="container " >
|
<div class="container " >
|
||||||
|
|
||||||
<h1>Page not found</h1>
|
<h1>Page not found</h1>
|
||||||
<p><a href="https://ajattix.neocities.org/">Return to the home page</a>.</p>
|
<p><a href="http://localhost:39291/">Return to the home page</a>.</p>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ja-JP">
|
<html lang="ja-JP">
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>ajattix/categories/</title>
|
<title>ajattix/categories/</title>
|
||||||
|
@ -8,20 +8,20 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="all,follow">
|
<meta name="robots" content="all,follow">
|
||||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/terminal-0.7.2.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/animate-4.1.1.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/console.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link href="https://ajattix.neocities.org/categories/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
<link href="http://localhost:39291/categories/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
<meta property="og:title" content="Categories" />
|
<meta property="og:title" content="Categories" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ajattix.neocities.org/categories/" />
|
<meta property="og:url" content="http://localhost:39291/categories/" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Categories"/>
|
<meta name="twitter:title" content="Categories"/>
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
<div class="logo terminal-prompt">
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
<a href="https://ajattix.neocities.org/" class="no-style ">ajattix</a>:~#
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
<a href='https://ajattix.neocities.org/categories'>categories</a>/</div></header>
|
<a href='http://localhost:39291/categories'>categories</a>/</div></header>
|
||||||
<nav class="terminal-menu">
|
<nav class="terminal-menu">
|
||||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on ajattix</title>
|
<title>Categories on ajattix</title>
|
||||||
<link>https://ajattix.neocities.org/categories/</link>
|
<link>http://localhost:39291/categories/</link>
|
||||||
<description>Recent content in Categories on ajattix</description>
|
<description>Recent content in Categories on ajattix</description>
|
||||||
<generator>Hugo 0.125.1</generator>
|
<generator>Hugo 0.125.1</generator>
|
||||||
<language>ja-JP</language>
|
<language>ja-JP</language>
|
||||||
<atom:link href="https://ajattix.neocities.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:39291/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ja-JP">
|
<html lang="ja-JP">
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.125.1">
|
<meta name="generator" content="Hugo 0.125.1"><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>ajattix/</title>
|
<title>ajattix/</title>
|
||||||
|
@ -9,20 +9,20 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="all,follow">
|
<meta name="robots" content="all,follow">
|
||||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/terminal-0.7.2.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/animate-4.1.1.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/console.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link href="https://ajattix.neocities.org/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
<link href="http://localhost:39291/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
<meta property="og:title" content="ajattix" />
|
<meta property="og:title" content="ajattix" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ajattix.neocities.org/" />
|
<meta property="og:url" content="http://localhost:39291/" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="ajattix"/>
|
<meta name="twitter:title" content="ajattix"/>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<div class="logo terminal-prompt">
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
<a href="https://ajattix.neocities.org/" class="no-style ">ajattix</a>:~#
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
</div></header>
|
</div></header>
|
||||||
<nav class="terminal-menu">
|
<nav class="terminal-menu">
|
||||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://ajattix.loophole.site/">ajattix</a> is a organization that cares about preservation of software libre, specially related to language learning <a href="about/">(more)</a>
|
<a href="https://ajattix.loophole.site/">ajattix</a> is a organization that cares about preservation of software libre, specially related to language learning.</a>
|
||||||
</p>
|
</p>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
@ -63,6 +63,32 @@
|
||||||
|
|
||||||
<div class="posts-list">
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 25, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-25-00-05-35/" title="another test">another test</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 25, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-25-00-00-23/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 24, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-24-23-58-01/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Latest photos</h1>
|
<h1>Latest photos</h1>
|
||||||
|
|
|
@ -2,10 +2,32 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>ajattix</title>
|
<title>ajattix</title>
|
||||||
<link>https://ajattix.neocities.org/</link>
|
<link>http://localhost:39291/</link>
|
||||||
<description>Recent content on ajattix</description>
|
<description>Recent content on ajattix</description>
|
||||||
<generator>Hugo 0.125.1</generator>
|
<generator>Hugo 0.125.1</generator>
|
||||||
<language>ja-JP</language>
|
<language>ja-JP</language>
|
||||||
<atom:link href="https://ajattix.neocities.org/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Thu, 25 Apr 2024 00:05:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>another test</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-25-00-05-35/</link>
|
||||||
|
<pubDate>Thu, 25 Apr 2024 00:05:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-25-00-05-35/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-25-00-00-23/</link>
|
||||||
|
<pubDate>Thu, 25 Apr 2024 00:00:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-25-00-00-23/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-24-23-58-01/</link>
|
||||||
|
<pubDate>Wed, 24 Apr 2024 23:58:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-24-23-58-01/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
69
public/posts/2024-04-24-23-58-01/index.html
Normal file
69
public/posts/2024-04-24-23-58-01/index.html
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/posts/2024-04-24-23-58-01/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<meta property="og:title" content="we are testing" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/posts/2024-04-24-23-58-01/" /><meta property="article:published_time" content="2024-04-24T23:58:00-04:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="we are testing"/>
|
||||||
|
<meta name="twitter:description" content=" "/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/posts'>posts</a>/<a href='http://localhost:39291/posts/2024-04-24-23-58-01'>2024-04-24-23-58-01</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>we are testing</h1>
|
||||||
|
|
||||||
|
Apr. 24, 2024
|
||||||
|
|
||||||
|
|
||||||
|
<br/><br/>
|
||||||
|
<h2 id="d41d8c"></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
69
public/posts/2024-04-25-00-00-23/index.html
Normal file
69
public/posts/2024-04-25-00-00-23/index.html
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/posts/2024-04-25-00-00-23/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<meta property="og:title" content="we are testing" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/posts/2024-04-25-00-00-23/" /><meta property="article:published_time" content="2024-04-25T00:00:00-04:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="we are testing"/>
|
||||||
|
<meta name="twitter:description" content=" "/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/posts'>posts</a>/<a href='http://localhost:39291/posts/2024-04-25-00-00-23'>2024-04-25-00-00-23</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>we are testing</h1>
|
||||||
|
|
||||||
|
Apr. 25, 2024
|
||||||
|
|
||||||
|
|
||||||
|
<br/><br/>
|
||||||
|
<h2 id="d41d8c"></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
69
public/posts/2024-04-25-00-05-35/index.html
Normal file
69
public/posts/2024-04-25-00-05-35/index.html
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/posts/2024-04-25-00-05-35/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<meta property="og:title" content="another test" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/posts/2024-04-25-00-05-35/" /><meta property="article:published_time" content="2024-04-25T00:05:00-04:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="another test"/>
|
||||||
|
<meta name="twitter:description" content=" "/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/posts'>posts</a>/<a href='http://localhost:39291/posts/2024-04-25-00-05-35'>2024-04-25-00-05-35</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>another test</h1>
|
||||||
|
|
||||||
|
Apr. 25, 2024
|
||||||
|
|
||||||
|
|
||||||
|
<br/><br/>
|
||||||
|
<h2 id="d41d8c"></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -4,19 +4,63 @@
|
||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ajattix.neocities.org/</loc>
|
<loc>http://localhost:39291/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ajattix.neocities.org/categories/</loc>
|
<loc>http://localhost:39291/tags/emacs/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://ajattix.neocities.org/tags/</loc>
|
<loc>http://localhost:39291/posts/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/tags/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/tags/test/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/posts/2024-04-25-00-00-23/</loc>
|
||||||
|
<lastmod>2024-04-25T00:00:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/tags/guix/</loc>
|
||||||
|
<lastmod>2024-04-24T23:58:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/posts/2024-04-24-23-58-01/</loc>
|
||||||
|
<lastmod>2024-04-24T23:58:00-04:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost:39291/categories/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
89
public/tags/emacs/index.html
Normal file
89
public/tags/emacs/index.html
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/tags/emacs/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<link href="http://localhost:39291/tags/emacs/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
|
<meta property="og:title" content="Emacs" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/tags/emacs/" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Emacs"/>
|
||||||
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/tags'>tags</a>/<a href='http://localhost:39291/tags/emacs'>emacs</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>Emacs</h1>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 25, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-25-00-00-23/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 24, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-24-23-58-01/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
26
public/tags/emacs/index.xml
Normal file
26
public/tags/emacs/index.xml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Emacs on ajattix</title>
|
||||||
|
<link>http://localhost:39291/tags/emacs/</link>
|
||||||
|
<description>Recent content in Emacs on ajattix</description>
|
||||||
|
<generator>Hugo 0.125.1</generator>
|
||||||
|
<language>ja-JP</language>
|
||||||
|
<lastBuildDate>Thu, 25 Apr 2024 00:00:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/tags/emacs/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-25-00-00-23/</link>
|
||||||
|
<pubDate>Thu, 25 Apr 2024 00:00:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-25-00-00-23/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-24-23-58-01/</link>
|
||||||
|
<pubDate>Wed, 24 Apr 2024 23:58:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-24-23-58-01/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
79
public/tags/guix/index.html
Normal file
79
public/tags/guix/index.html
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/tags/guix/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<link href="http://localhost:39291/tags/guix/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
|
<meta property="og:title" content="Guix" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/tags/guix/" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Guix"/>
|
||||||
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/tags'>tags</a>/<a href='http://localhost:39291/tags/guix'>guix</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>Guix</h1>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 24, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-24-23-58-01/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
19
public/tags/guix/index.xml
Normal file
19
public/tags/guix/index.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Guix on ajattix</title>
|
||||||
|
<link>http://localhost:39291/tags/guix/</link>
|
||||||
|
<description>Recent content in Guix on ajattix</description>
|
||||||
|
<generator>Hugo 0.125.1</generator>
|
||||||
|
<language>ja-JP</language>
|
||||||
|
<lastBuildDate>Wed, 24 Apr 2024 23:58:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/tags/guix/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-24-23-58-01/</link>
|
||||||
|
<pubDate>Wed, 24 Apr 2024 23:58:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-24-23-58-01/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ja-JP">
|
<html lang="ja-JP">
|
||||||
<head>
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>ajattix/tags/</title>
|
<title>ajattix/tags/</title>
|
||||||
|
@ -8,20 +8,20 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="all,follow">
|
<meta name="robots" content="all,follow">
|
||||||
<meta name="googlebot" content="index,follow,snippet,archive">
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/terminal-0.7.2.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/animate-4.1.1.min.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
<link rel="stylesheet" href="https://ajattix.neocities.org/hugo-theme-console/css/console.css">
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link href="https://ajattix.neocities.org/tags/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
<link href="http://localhost:39291/tags/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
<meta property="og:title" content="Tags" />
|
<meta property="og:title" content="Tags" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ajattix.neocities.org/tags/" />
|
<meta property="og:url" content="http://localhost:39291/tags/" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:title" content="Tags"/>
|
<meta name="twitter:title" content="Tags"/>
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
<div class="logo terminal-prompt">
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
<a href="https://ajattix.neocities.org/" class="no-style ">ajattix</a>:~#
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
<a href='https://ajattix.neocities.org/tags'>tags</a>/</div></header>
|
<a href='http://localhost:39291/tags'>tags</a>/</div></header>
|
||||||
<nav class="terminal-menu">
|
<nav class="terminal-menu">
|
||||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
@ -56,6 +56,36 @@
|
||||||
|
|
||||||
<div class="posts-list">
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Jan. 1, 0001</div>
|
||||||
|
<h1><a href="http://localhost:39291/tags/emacs/" title="Emacs">Emacs</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Jan. 1, 0001</div>
|
||||||
|
<h1><a href="http://localhost:39291/tags/test/" title="Test">Test</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Jan. 1, 0001</div>
|
||||||
|
<h1><a href="http://localhost:39291/tags/guix/" title="Guix">Guix</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,32 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Tags on ajattix</title>
|
<title>Tags on ajattix</title>
|
||||||
<link>https://ajattix.neocities.org/tags/</link>
|
<link>http://localhost:39291/tags/</link>
|
||||||
<description>Recent content in Tags on ajattix</description>
|
<description>Recent content in Tags on ajattix</description>
|
||||||
<generator>Hugo 0.125.1</generator>
|
<generator>Hugo 0.125.1</generator>
|
||||||
<language>ja-JP</language>
|
<language>ja-JP</language>
|
||||||
<atom:link href="https://ajattix.neocities.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Thu, 25 Apr 2024 00:00:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Emacs</title>
|
||||||
|
<link>http://localhost:39291/tags/emacs/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:39291/tags/emacs/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Test</title>
|
||||||
|
<link>http://localhost:39291/tags/test/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:39291/tags/test/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Guix</title>
|
||||||
|
<link>http://localhost:39291/tags/guix/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:39291/tags/guix/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
79
public/tags/le-test/index.html
Normal file
79
public/tags/le-test/index.html
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/tags/le-test/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<link href="http://localhost:39291/tags/le-test/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
|
<meta property="og:title" content="Le-Test" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/tags/le-test/" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Le-Test"/>
|
||||||
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/tags'>tags</a>/<a href='http://localhost:39291/tags/le-test'>le-test</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>Le-Test</h1>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 25, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-25-00-05-35/" title="another test">another test</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
19
public/tags/le-test/index.xml
Normal file
19
public/tags/le-test/index.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Le-Test on ajattix</title>
|
||||||
|
<link>http://localhost:39291/tags/le-test/</link>
|
||||||
|
<description>Recent content in Le-Test on ajattix</description>
|
||||||
|
<generator>Hugo 0.125.1</generator>
|
||||||
|
<language>ja-JP</language>
|
||||||
|
<lastBuildDate>Thu, 25 Apr 2024 00:05:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/tags/le-test/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>another test</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-25-00-05-35/</link>
|
||||||
|
<pubDate>Thu, 25 Apr 2024 00:05:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-25-00-05-35/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
89
public/tags/test/index.html
Normal file
89
public/tags/test/index.html
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ja-JP">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=39291&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>ajattix/tags/test/</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="all,follow">
|
||||||
|
<meta name="googlebot" content="index,follow,snippet,archive">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/terminal-0.7.2.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/animate-4.1.1.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:39291/hugo-theme-console/css/console.css">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
<link href="http://localhost:39291/tags/test/index.xml" rel="alternate" type="application/rss+xml" title="ajattix" />
|
||||||
|
<meta property="og:title" content="Test" />
|
||||||
|
<meta property="og:description" content="" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="http://localhost:39291/tags/test/" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Test"/>
|
||||||
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="terminal">
|
||||||
|
<div class="container">
|
||||||
|
<div class="terminal-nav">
|
||||||
|
<header class="terminal-logo">
|
||||||
|
<div class="logo terminal-prompt">
|
||||||
|
|
||||||
|
|
||||||
|
<a href="http://localhost:39291/" class="no-style ">ajattix</a>:~#
|
||||||
|
<a href='http://localhost:39291/tags'>tags</a>/<a href='http://localhost:39291/tags/test'>test</a>/</div></header>
|
||||||
|
<nav class="terminal-menu">
|
||||||
|
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container " >
|
||||||
|
|
||||||
|
<h1>Test</h1>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="posts-list">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 25, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-25-00-00-23/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">Apr. 24, 2024</div>
|
||||||
|
<h1><a href="http://localhost:39291/posts/2024-04-24-23-58-01/" title="we are testing">we are testing</a></h1>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
Powered by <a href="https://www.gnu.org/software/emacs/">Emacs</a> &
|
||||||
|
<a href="https://guix.gnu.org/">Guix</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
26
public/tags/test/index.xml
Normal file
26
public/tags/test/index.xml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Test on ajattix</title>
|
||||||
|
<link>http://localhost:39291/tags/test/</link>
|
||||||
|
<description>Recent content in Test on ajattix</description>
|
||||||
|
<generator>Hugo 0.125.1</generator>
|
||||||
|
<language>ja-JP</language>
|
||||||
|
<lastBuildDate>Thu, 25 Apr 2024 00:00:00 -0400</lastBuildDate>
|
||||||
|
<atom:link href="http://localhost:39291/tags/test/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-25-00-00-23/</link>
|
||||||
|
<pubDate>Thu, 25 Apr 2024 00:00:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-25-00-00-23/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>we are testing</title>
|
||||||
|
<link>http://localhost:39291/posts/2024-04-24-23-58-01/</link>
|
||||||
|
<pubDate>Wed, 24 Apr 2024 23:58:00 -0400</pubDate>
|
||||||
|
<guid>http://localhost:39291/posts/2024-04-24-23-58-01/</guid>
|
||||||
|
<description> </description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
63
themes/default/base.tmpl
Normal file
63
themes/default/base.tmpl
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
|
{template base}
|
||||||
|
<!doctype html>{\n}
|
||||||
|
<html lang="{$config.lang}">
|
||||||
|
<head>
|
||||||
|
<title>{$config.title}</title>
|
||||||
|
<meta http-equiv="content-type" content="text/html;" charset="{$config.charset}" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
||||||
|
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
|
||||||
|
{if $injections.head}
|
||||||
|
{foreach $injection in $injections.head}
|
||||||
|
{$injection |noAutoescape}
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navigation">
|
||||||
|
<a href="{$config.domain}">{$config.title}</a> |
|
||||||
|
{foreach $link in $config.sitenav}
|
||||||
|
{if $link.relative}
|
||||||
|
<a href="{$config.domain}/{$link.url}">{$link.name}</a>
|
||||||
|
{else}
|
||||||
|
<a href="{$link.url}">{$link.name}</a>
|
||||||
|
{/if}
|
||||||
|
{if not isLast($link)} {sp}|{sp} {/if}
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
<div id="content">
|
||||||
|
{$raw |noAutoescape}
|
||||||
|
</div>
|
||||||
|
{if $injections.body}
|
||||||
|
{foreach $injection in $injections.body}
|
||||||
|
{$injection |noAutoescape}
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
<div class="fineprint">
|
||||||
|
<hr>
|
||||||
|
Unless otherwise credited all material
|
||||||
|
{if $config.license}
|
||||||
|
{$config.license}
|
||||||
|
{else}
|
||||||
|
<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">
|
||||||
|
<img alt="Creative Commons License" style="border-width:0" src="{$config.domain}/css/cc-by-nc-nd.png" />
|
||||||
|
</a>
|
||||||
|
{/if}
|
||||||
|
by {$config.author}
|
||||||
|
<a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
|
||||||
|
<img src="{$config.domain}/css/logo_small.jpg" alt="Coleslaw logo" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
|
id="lisp-logo" >
|
||||||
|
<img src="{$config.domain}/css/lisp-warning.webp" alt="LISP logo" width="100px" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
{/template}
|
63
themes/default/base.tmpl~
Normal file
63
themes/default/base.tmpl~
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
|
{template base}
|
||||||
|
<!doctype html>{\n}
|
||||||
|
<html lang="{$config.lang}">
|
||||||
|
<head>
|
||||||
|
<title>{$config.title}</title>
|
||||||
|
<meta http-equiv="content-type" content="text/html;" charset="{$config.charset}" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link href="//fonts.googleapis.com/css?family=Vollkorn:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css" />
|
||||||
|
<link href= "{$config.domain}/css/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link rel="alternate" href="{$config.domain}/rss.xml" type="application/rss+xml" />
|
||||||
|
{if $injections.head}
|
||||||
|
{foreach $injection in $injections.head}
|
||||||
|
{$injection |noAutoescape}
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navigation">
|
||||||
|
<a href="{$config.domain}">{$config.title}</a> |
|
||||||
|
{foreach $link in $config.sitenav}
|
||||||
|
{if $link.relative}
|
||||||
|
<a href="{$config.domain}/{$link.url}">{$link.name}</a>
|
||||||
|
{else}
|
||||||
|
<a href="{$link.url}">{$link.name}</a>
|
||||||
|
{/if}
|
||||||
|
{if not isLast($link)} {sp}|{sp} {/if}
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
<div id="content">
|
||||||
|
{$raw |noAutoescape}
|
||||||
|
</div>
|
||||||
|
{if $injections.body}
|
||||||
|
{foreach $injection in $injections.body}
|
||||||
|
{$injection |noAutoescape}
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
<div class="fineprint">
|
||||||
|
<hr>
|
||||||
|
Unless otherwise credited all material
|
||||||
|
{if $config.license}
|
||||||
|
{$config.license}
|
||||||
|
{else}
|
||||||
|
<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">
|
||||||
|
<img alt="Creative Commons License" style="border-width:0" src="{$config.domain}/css/cc-by-nc-nd.png" />
|
||||||
|
</a>
|
||||||
|
{/if}
|
||||||
|
by {$config.author}
|
||||||
|
<a id="coleslaw-logo" href="https://github.com/redline6561/coleslaw">
|
||||||
|
<img src="{$config.domain}/css/logo_small.jpg" alt="Coleslaw logo" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
|
id="lisp-logo" >
|
||||||
|
<img src="{$config.domain}/css/lisp_warning.webp" alt="LISP logo" width="100px" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
{/template}
|
BIN
themes/default/css/AsebiMin-Light.otf
Normal file
BIN
themes/default/css/AsebiMin-Light.otf
Normal file
Binary file not shown.
BIN
themes/default/css/cc-by-nc-nd.png
Normal file
BIN
themes/default/css/cc-by-nc-nd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 461 B |
BIN
themes/default/css/lisp-warning.webp
Normal file
BIN
themes/default/css/lisp-warning.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
themes/default/css/logo_large.jpg
Normal file
BIN
themes/default/css/logo_large.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
themes/default/css/logo_medium.jpg
Normal file
BIN
themes/default/css/logo_medium.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
themes/default/css/logo_small.jpg
Normal file
BIN
themes/default/css/logo_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
101
themes/default/css/style.css
Normal file
101
themes/default/css/style.css
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
#content { background: #fff; padding-top: 1em }
|
||||||
|
#header { float: right; margin-left: 1em; margin-bottom: 1em }
|
||||||
|
#coleslaw-logo { float: right; }
|
||||||
|
#lisp-logo { float: left; margin-left: 4em; margin-bottom: 1em; margin-top: 1em}
|
||||||
|
a { text-decoration: none; color: #992900 }
|
||||||
|
a.anchor { color: black }
|
||||||
|
.date { font-style: italic }
|
||||||
|
.title { margin-left: 1em }
|
||||||
|
.article-meta { margin-left: 2.2em; margin-bottom: 2.2em }
|
||||||
|
.archive-title { font-size: 1em } .article-title { font-size: 2em }
|
||||||
|
.article-content { margin-left: 2.2em }
|
||||||
|
.fineprint { text-align: center; font-size: .9em; margin-top: .5em }
|
||||||
|
.tag-low { font-size: .8em; font-weight: 200 }
|
||||||
|
.tag-medium { font-size: 1.2em; font-weight: 600 }
|
||||||
|
.tag-high { font-size: 1.8em; font-weight: 800 }
|
||||||
|
.navigation { font-size: 1.2em; border-bottom: 1px solid }
|
||||||
|
body { background-color: white; font-family: Vollkorn; font-size: 14pt }
|
||||||
|
pre { overflow: auto; margin-left: 1em; padding: 0.5em; border-left: 1px dashed;
|
||||||
|
background-color: white; padding: .75em .5em; font-family: (unquote mono-font) }
|
||||||
|
tt { font-size: .9em; font-family: (unquote mono-font) }
|
||||||
|
|
||||||
|
/* Stolen from lisppaste for the colorize output of 3bmd */
|
||||||
|
.paste { background-color: #F4F4F4; color: black; }
|
||||||
|
.paste:hover { background-color: #F4F4F4; color: black; }
|
||||||
|
.symbol { color : #770055; background-color : transparent; border: 0px; margin: 0px;}
|
||||||
|
.special { color : #FF5000; background-color : inherit; }
|
||||||
|
.keyword { color : #770000; background-color : inherit; }
|
||||||
|
.comment { color : #007777; background-color : inherit; }
|
||||||
|
.string { color : #777777; background-color : inherit; }
|
||||||
|
.atom { color : #314F4F; background-color : inherit; }
|
||||||
|
.macro { color : #FF5000; background-color : inherit; }
|
||||||
|
.variable { color : #36648B; background-color : inherit; }
|
||||||
|
.function { color : #8B4789; background-color : inherit; }
|
||||||
|
.attribute { color : #FF5000; background-color : inherit; }
|
||||||
|
.character { color : #0055AA; background-color : inherit; }
|
||||||
|
.syntaxerror { color : #FF0000; background-color : inherit; }
|
||||||
|
.diff-deleted { color : #5F2121; background-color : inherit; }
|
||||||
|
.diff-added { color : #215F21; background-color : inherit; }
|
||||||
|
span.paren1 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren1:hover { color : inherit; background-color : #BAFFFF; }
|
||||||
|
span.paren2 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren2:hover { color : inherit; background-color : #FFCACA; }
|
||||||
|
span.paren3 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren3:hover { color : inherit; background-color : #FFFFBA; }
|
||||||
|
span.paren4 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren4:hover { color : inherit; background-color : #CACAFF; }
|
||||||
|
span.paren5 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren5:hover { color : inherit; background-color : #CAFFCA; }
|
||||||
|
span.paren6 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren6:hover { color : inherit; background-color : #FFBAFF; }
|
||||||
|
|
||||||
|
@media (max-width: 680px) {
|
||||||
|
|
||||||
|
#content {
|
||||||
|
padding-top: 0em
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-left: 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-meta {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-meta, .article-content {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0em;
|
||||||
|
margin-right: 0em;
|
||||||
|
width: 90%;
|
||||||
|
padding-left: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article, .article-content {
|
||||||
|
margin-left: 0em;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#coleslaw-logo {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#coleslaw-logo img {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fineprint a img {
|
||||||
|
width: auto;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
}
|
101
themes/default/css/style.css~
Normal file
101
themes/default/css/style.css~
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
#content { background: #fff; padding-top: 1em }
|
||||||
|
#header { float: right; margin-left: 1em; margin-bottom: 1em }
|
||||||
|
#coleslaw-logo { float: right; }
|
||||||
|
#lisp-logo { float: left; margin-left: 5em; margin-bottom: 1em }
|
||||||
|
a { text-decoration: none; color: #992900 }
|
||||||
|
a.anchor { color: black }
|
||||||
|
.date { font-style: italic }
|
||||||
|
.title { margin-left: 1em }
|
||||||
|
.article-meta { margin-left: 2.2em; margin-bottom: 2.2em }
|
||||||
|
.archive-title { font-size: 1em } .article-title { font-size: 2em }
|
||||||
|
.article-content { margin-left: 2.2em }
|
||||||
|
.fineprint { text-align: center; font-size: .9em; margin-top: .5em }
|
||||||
|
.tag-low { font-size: .8em; font-weight: 200 }
|
||||||
|
.tag-medium { font-size: 1.2em; font-weight: 600 }
|
||||||
|
.tag-high { font-size: 1.8em; font-weight: 800 }
|
||||||
|
.navigation { font-size: 1.2em; border-bottom: 1px solid }
|
||||||
|
body { background-color: white; font-family: Vollkorn; font-size: 14pt }
|
||||||
|
pre { overflow: auto; margin-left: 1em; padding: 0.5em; border-left: 1px dashed;
|
||||||
|
background-color: white; padding: .75em .5em; font-family: (unquote mono-font) }
|
||||||
|
tt { font-size: .9em; font-family: (unquote mono-font) }
|
||||||
|
|
||||||
|
/* Stolen from lisppaste for the colorize output of 3bmd */
|
||||||
|
.paste { background-color: #F4F4F4; color: black; }
|
||||||
|
.paste:hover { background-color: #F4F4F4; color: black; }
|
||||||
|
.symbol { color : #770055; background-color : transparent; border: 0px; margin: 0px;}
|
||||||
|
.special { color : #FF5000; background-color : inherit; }
|
||||||
|
.keyword { color : #770000; background-color : inherit; }
|
||||||
|
.comment { color : #007777; background-color : inherit; }
|
||||||
|
.string { color : #777777; background-color : inherit; }
|
||||||
|
.atom { color : #314F4F; background-color : inherit; }
|
||||||
|
.macro { color : #FF5000; background-color : inherit; }
|
||||||
|
.variable { color : #36648B; background-color : inherit; }
|
||||||
|
.function { color : #8B4789; background-color : inherit; }
|
||||||
|
.attribute { color : #FF5000; background-color : inherit; }
|
||||||
|
.character { color : #0055AA; background-color : inherit; }
|
||||||
|
.syntaxerror { color : #FF0000; background-color : inherit; }
|
||||||
|
.diff-deleted { color : #5F2121; background-color : inherit; }
|
||||||
|
.diff-added { color : #215F21; background-color : inherit; }
|
||||||
|
span.paren1 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren1:hover { color : inherit; background-color : #BAFFFF; }
|
||||||
|
span.paren2 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren2:hover { color : inherit; background-color : #FFCACA; }
|
||||||
|
span.paren3 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren3:hover { color : inherit; background-color : #FFFFBA; }
|
||||||
|
span.paren4 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren4:hover { color : inherit; background-color : #CACAFF; }
|
||||||
|
span.paren5 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren5:hover { color : inherit; background-color : #CAFFCA; }
|
||||||
|
span.paren6 { background-color : inherit; -webkit-transition: background-color 0.2s linear; }
|
||||||
|
span.paren6:hover { color : inherit; background-color : #FFBAFF; }
|
||||||
|
|
||||||
|
@media (max-width: 680px) {
|
||||||
|
|
||||||
|
#content {
|
||||||
|
padding-top: 0em
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-left: 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-meta {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-meta, .article-content {
|
||||||
|
float: left;
|
||||||
|
margin-left: 0em;
|
||||||
|
margin-right: 0em;
|
||||||
|
width: 90%;
|
||||||
|
padding-left: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article, .article-content {
|
||||||
|
margin-left: 0em;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#coleslaw-logo {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#coleslaw-logo img {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fineprint a img {
|
||||||
|
width: auto;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
}
|
34
themes/default/index.tmpl
Normal file
34
themes/default/index.tmpl
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
|
{template index}
|
||||||
|
<h1 class="title">{$index.title}</h1>
|
||||||
|
{foreach $obj in $index.content}
|
||||||
|
<div class="article-meta">
|
||||||
|
<a class="article-title" href="{$config.domain}/{$obj.url}">{$obj.title}</a>
|
||||||
|
<div class="date"> posted on {$obj.date}</div>
|
||||||
|
<div class="article">{$obj.excerpt |noAutoescape}</div>
|
||||||
|
</div>
|
||||||
|
{/foreach}
|
||||||
|
<div id="relative-nav">
|
||||||
|
{if $prev} <a href="{$config.domain}/{$prev.url}">Previous</a> {/if}
|
||||||
|
{if $next} <a href="{$config.domain}/{$next.url}">Next</a> {/if}
|
||||||
|
</div>
|
||||||
|
{if $tags}
|
||||||
|
<div id="tagsoup">
|
||||||
|
<p>This blog covers
|
||||||
|
{foreach $tag in $tags}
|
||||||
|
<a href="{$config.domain}/{$tag.url}">{$tag.name}</a>{nil}
|
||||||
|
{if not isLast($tag)},{sp}{/if}
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{if $months}
|
||||||
|
<div id="monthsoup">
|
||||||
|
<p>View content from
|
||||||
|
{foreach $month in $months}
|
||||||
|
<a href="{$config.domain}/{$month.url}">{$month.name}</a>{nil}
|
||||||
|
{if not isLast($month)},{sp}{/if}
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{/template}
|
27
themes/default/post.tmpl
Normal file
27
themes/default/post.tmpl
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{namespace coleslaw.theme.hyde}
|
||||||
|
|
||||||
|
{template post}
|
||||||
|
<div class="article-meta">{\n}
|
||||||
|
<h1 class="title">{$post.title}</h1>{\n}
|
||||||
|
<div class="tags">{\n}
|
||||||
|
{if $post.tags}
|
||||||
|
Tagged as {foreach $tag in $post.tags}
|
||||||
|
<a href="{$config.domain}/{$tag.url}">{$tag.name}</a>{nil}
|
||||||
|
{if not isLast($tag)},{sp}{/if}
|
||||||
|
{/foreach}
|
||||||
|
{/if}
|
||||||
|
</div>{\n}
|
||||||
|
<div class="date">{\n}
|
||||||
|
{if $post.date}
|
||||||
|
Written on {$post.date}
|
||||||
|
{/if}
|
||||||
|
</div>{\n}
|
||||||
|
</div>{\n}
|
||||||
|
<div class="article-content">{\n}
|
||||||
|
{$post.text |noAutoescape}
|
||||||
|
</div>{\n}
|
||||||
|
<div class="relative-nav">{\n}
|
||||||
|
{if $prev} <a href="{$config.domain}/{$prev.url}">Previous</a><br> {/if}{\n}
|
||||||
|
{if $next} <a href="{$config.domain}/{$next.url}">Next</a><br> {/if}{\n}
|
||||||
|
</div>{\n}
|
||||||
|
{/template}
|
|
@ -3,7 +3,7 @@
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Console is a minimal, responsive and light theme for Hugo inspired by Linux console. <a href="about/">(more)</a>
|
<a href="https://ajattix.loophole.site/">ajattix</a> is a organization that cares about preservation of software libre, specially related to language learning.</a>
|
||||||
</p>
|
</p>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
@ -39,4 +39,4 @@ Console is a minimal, responsive and light theme for Hugo inspired by Linux cons
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
42
themes/hugo-theme-console/layouts/index.html~
Normal file
42
themes/hugo-theme-console/layouts/index.html~
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
|
||||||
|
<h1>About</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Console is a minimal, responsive and light theme for Hugo inspired by Linux console. <a href="about/">(more)</a>
|
||||||
|
</p>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<h1>Latest posts</h1>
|
||||||
|
|
||||||
|
<div class="posts-list">
|
||||||
|
{{ with .Site.GetPage "/posts" }}
|
||||||
|
{{ range first 3 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}
|
||||||
|
<div class="post">
|
||||||
|
<p>
|
||||||
|
<div class="date">{{ .PublishDate.Format "Jan. 2, 2006" }}</div>
|
||||||
|
<h1><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h1>
|
||||||
|
{{ .Summary }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h1>Latest photos</h1>
|
||||||
|
|
||||||
|
<div class="image-grid">
|
||||||
|
{{ with .Site.GetPage "/photos" }}
|
||||||
|
{{ range first 3 (sort .Data.Pages "Date" "desc")}}
|
||||||
|
<a href="{{ .Permalink }}" title="{{ .Title }}">
|
||||||
|
{{ $image := .Page.Resources.GetMatch .Params.image }}
|
||||||
|
{{ with $image }}
|
||||||
|
{{ $thumb := .Resize "400x" }}
|
||||||
|
<img src="{{ $thumb.RelPermalink }}" alt="{{ .Title }}" class="img-responsive">
|
||||||
|
{{end}}
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue