jekyll-admin changes
This commit is contained in:
parent
ff1e7d5272
commit
768989aaaa
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@ -1,15 +1,4 @@
|
|||||||
{
|
{
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.fontSize": 14,
|
|
||||||
"editor.lineHeight": 26,
|
|
||||||
"editor.wordWrap": "wordWrapColumn",
|
|
||||||
"editor.wordWrapColumn": 64,
|
|
||||||
"editor.lineNumbers": "off",
|
|
||||||
"editor.quickSuggestions": {
|
|
||||||
"comments": "off",
|
|
||||||
"strings": "off",
|
|
||||||
"other": "off"
|
|
||||||
},
|
|
||||||
"editor.minimap.enabled": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
5
Gemfile
5
Gemfile
@ -21,3 +21,8 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
|||||||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
|
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
|
||||||
# do not have a Java counterpart.
|
# do not have a Java counterpart.
|
||||||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
|
||||||
|
|
||||||
|
gem 'jekyll-admin', group: :jekyll_plugins
|
||||||
|
# gem 'rackup'
|
||||||
|
gem 'rack', '~> 2.2'
|
||||||
|
#gem "rack", "= 2.2.4" # works
|
||||||
@ -215,3 +215,12 @@ future: true
|
|||||||
custom-config:
|
custom-config:
|
||||||
blog-services:
|
blog-services:
|
||||||
service_url: 'http://localhost:5000'
|
service_url: 'http://localhost:5000'
|
||||||
|
|
||||||
|
|
||||||
|
jekyll_admin:
|
||||||
|
hidden_links:
|
||||||
|
- pages
|
||||||
|
- staticfiles
|
||||||
|
- datafiles
|
||||||
|
- configuration
|
||||||
|
homepage: "pages"
|
||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Self-Hosted Commenting System
|
title: Self-Hosted Commenting System
|
||||||
date: 2023-07-23 0:00:00 +0530
|
date: '2023-07-23 00:00:00 +0530'
|
||||||
tags:
|
tags:
|
||||||
- privacy
|
- privacy
|
||||||
- self-hosted
|
- self-hosted
|
||||||
@ -11,7 +11,7 @@ categories:
|
|||||||
- Services
|
- Services
|
||||||
---
|
---
|
||||||
|
|
||||||
## Privacy-focused lightweight commenting engine
|
## Privacy-focused lightweight commenting engines
|
||||||
|
|
||||||
## [Remark 42](https://remark42.com/)
|
## [Remark 42](https://remark42.com/)
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: SOLID Principles
|
title: SOLID Principless
|
||||||
description: Solid Principles
|
description: Solid Principles
|
||||||
date: 2024-04-03T16:10:57.476Z
|
date: '2024-04-03 16:10:57 +0000'
|
||||||
tags:
|
tags:
|
||||||
- code quality
|
- code quality
|
||||||
- oops
|
- oops
|
||||||
categories:
|
categories:
|
||||||
- Programming
|
- Programming
|
||||||
- Principles
|
- Principles
|
||||||
image:
|
image: assets/img/posts/solid-principles.jpg
|
||||||
path: /assets/img/posts/solid-principles.jpg
|
|
||||||
slug: solid-principles
|
slug: solid-principles
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -36,14 +36,7 @@
|
|||||||
{
|
{
|
||||||
"title": "image",
|
"title": "image",
|
||||||
"name": "image",
|
"name": "image",
|
||||||
"type": "fields",
|
|
||||||
"fields": [
|
|
||||||
{
|
|
||||||
"title": "path",
|
|
||||||
"name": "path",
|
|
||||||
"type": "image"
|
"type": "image"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "disable-ty",
|
"title": "disable-ty",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user