Compare commits
No commits in common. "main" and "renovation" have entirely different histories.
main
...
renovation
40
Gemfile.lock
40
Gemfile.lock
@ -1,20 +1,20 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.8.4)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.1.9)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.2)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0.6.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.15.5)
|
ffi (1.15.1)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (1.12.0)
|
i18n (1.8.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (4.2.2)
|
jekyll (4.2.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
@ -29,23 +29,23 @@ GEM
|
|||||||
rouge (~> 3.0)
|
rouge (~> 3.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
terminal-table (~> 2.0)
|
terminal-table (~> 2.0)
|
||||||
jekyll-feed (0.17.0)
|
jekyll-feed (0.15.1)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-sass-converter (2.2.0)
|
jekyll-sass-converter (2.1.0)
|
||||||
sassc (> 2.0.1, < 3.0)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-seo-tag (2.8.0)
|
jekyll-seo-tag (2.7.1)
|
||||||
jekyll (>= 3.8, < 5.0)
|
jekyll (>= 3.8, < 5.0)
|
||||||
jekyll-sitemap (1.4.0)
|
jekyll-sitemap (1.4.0)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (2.4.0)
|
kramdown (2.3.1)
|
||||||
rexml
|
rexml
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.4)
|
liquid (4.0.3)
|
||||||
listen (3.8.0)
|
listen (3.5.1)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.4.0)
|
mercenary (0.4.0)
|
||||||
@ -55,18 +55,18 @@ GEM
|
|||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.1)
|
public_suffix (4.0.6)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.0)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rouge (3.30.0)
|
rouge (3.26.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
terminal-table (2.0.0)
|
terminal-table (2.0.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.7.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
amd64-freebsd-12
|
amd64-freebsd-12
|
||||||
@ -84,4 +84,4 @@ DEPENDENCIES
|
|||||||
wdm (~> 0.1.1)
|
wdm (~> 0.1.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.7
|
2.3.22
|
||||||
|
8
_posts/1970-01-01-made-a-changes.markdown
Normal file
8
_posts/1970-01-01-made-a-changes.markdown
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "A changes"
|
||||||
|
date: 1970-01-01 12:00:00 +0000
|
||||||
|
categories: Blog
|
||||||
|
---
|
||||||
|
|
||||||
|
If you're making a change <b>ignore</b> this <h4>posts</h4>.
|
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Crappy's v4(or 3?) a new Project in a while"
|
title: "Crappy's v4(or 3?) a new Project in a while"
|
||||||
date: 2022-09-19 12:00:00 +0000
|
date: 2022-09-10 12:00:00 +0000
|
||||||
categories: Blog
|
categories: Blog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
*Please Change Publish Date when push to git*
|
||||||
|
|
||||||
From the first Crappy Blog with WriteFreely, Ghost and ends here with Simple Jekyll.
|
From the first Crappy Blog with WriteFreely, Ghost and ends here with Simple Jekyll.
|
||||||
And I'm kinda Proud to say that this refined Jekyll Page will be the v4 Version of Jekyll.
|
And I'm kinda Proud to say that this refined Jekyll Page will be the v4 Version of Jekyll.
|
@ -7,5 +7,5 @@ permalink: /about
|
|||||||
### ㆆ ͜ʖ ͡ㆆ
|
### ㆆ ͜ʖ ͡ㆆ
|
||||||
#### Just a Hobbyist, recently i'm in with server Hosting and some personal Project, so I registered 1w1.one to serve my personal project just to me.
|
#### Just a Hobbyist, recently i'm in with server Hosting and some personal Project, so I registered 1w1.one to serve my personal project just to me.
|
||||||
|
|
||||||
## <b>-> Why 1w1.one?</b>
|
## -> Why 1w1.one?
|
||||||
#### - Short, Memorable, Unique
|
#### - Short, Memorable, Unique and cheap(ofc!)
|
16
assets/c.txt
16
assets/c.txt
@ -1,16 +0,0 @@
|
|||||||
Email : c [at] 3qx.nl
|
|
||||||
fingerprint : 21D18F8C0BE428F50A3380BB41D406044E2434BF
|
|
||||||
|
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
|
|
||||||
mDMEY8VsBBYJKwYBBAHaRw8BAQdAAjBC/S6Y+rN8bPwX/TYRB2VmpEoz3+mb5fdU
|
|
||||||
0SPylaq0E01pbm9wbGh5IDxjQDNxeC5ubD6IkwQTFgoAOxYhBCHRj4wL5Cj1CjOA
|
|
||||||
u0HUBgROJDS/BQJjxWwEAhsjBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4HAheAAAoJ
|
|
||||||
EEHUBgROJDS/AkIBAJYi1U8TKFj44lV1bGbjOmswzUEIwOVT2JO2q934zrKfAP9G
|
|
||||||
qYGIlS6S880PeYdY/WVhtoZXFrSb+cCRObMU17vwDLg4BGPFbAQSCisGAQQBl1UB
|
|
||||||
BQEBB0Bxj8EeIXpMfHb7HHi+0Xf523aT2vAUJscK4VWKgrFzHgMBCAeIeAQYFgoA
|
|
||||||
IBYhBCHRj4wL5Cj1CjOAu0HUBgROJDS/BQJjxWwEAhsMAAoJEEHUBgROJDS/BCYB
|
|
||||||
APM5IOfW8SBAtZzJi/sHKXNXGJWC240L+CNXsct+IhSTAP48hlRpwq3HBYyE7FDT
|
|
||||||
C6bKMvtQJ4xySEfAMItG3999Cg==
|
|
||||||
=2PpS
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -1,6 +1,3 @@
|
|||||||
Email : hej [at] aspoblourib.1w1.one
|
|
||||||
fingerprint : 923DFF2B99B75D731C55BF7490667A59A9908AEC
|
|
||||||
|
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
mDMEYTSBahYJKwYBBAHaRw8BAQdALVJnElewTIwuEt9XKICEwtPPZWOtG4AZyc2U
|
mDMEYTSBahYJKwYBBAHaRw8BAQdALVJnElewTIwuEt9XKICEwtPPZWOtG4AZyc2U
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
Email : kraneberru [at] disroot.org
|
|
||||||
fingerprint : 06DA70F743504ECC7B657FC3297B1E9C8850D1C9
|
|
||||||
|
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
xsBNBF9ltO0BCADYQLR7EeySm/cHhxIyCnbaN5DCMAxANnotvYGGl841LPFKnDoP
|
xsBNBF9ltO0BCADYQLR7EeySm/cHhxIyCnbaN5DCMAxANnotvYGGl841LPFKnDoP
|
||||||
|
@ -5,14 +5,10 @@ permalink: /contact
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
#### <b>Email</b> : `c [at] 3qx.nl`
|
#### <b>Email</b> : `hej [at] aspoblourib.1w1.one` (usually response within 3-7 days)
|
||||||
- - ###### PGP Key : <code><a href="/assets/c.txt">21D18F8C0BE428F50A3380BB41D406044E2434BF</a></code> <code>via <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/21D18F8C0BE428F50A3380BB41D406044E2434BF">openpgp</a></code>
|
|
||||||
|
|
||||||
#### <b>Email</b> : `hej [at] aspoblourib.1w1.one`
|
|
||||||
- - ###### PGP Key : <code><a href="/assets/hej.txt">923DFF2B99B75D731C55BF7490667A59A9908AEC</a></code> <code>via <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/923DFF2B99B75D731C55BF7490667A59A9908AEC">openpgp</a></code>
|
- - ###### PGP Key : <code><a href="/assets/hej.txt">923DFF2B99B75D731C55BF7490667A59A9908AEC</a></code> <code>via <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/923DFF2B99B75D731C55BF7490667A59A9908AEC">openpgp</a></code>
|
||||||
|
|
||||||
#### <b>Email</b> : `kraneberru [at] disroot.org`
|
#### <b>Email</b> : `kraneberru [at] disroot.org` (usually response within 14 days)
|
||||||
- - ###### PGP Key : <code><a href="/assets/kraneberru.txt">06DA70F743504ECC7B657FC3297B1E9C8850D1C9</a></code> <code>via <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/06DA70F743504ECC7B657FC3297B1E9C8850D1C9">openpgp</a></code>
|
- - ###### PGP Key : <code><a href="/assets/kraneberru.txt">06DA70F743504ECC7B657FC3297B1E9C8850D1C9</a></code> <code>via <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/06DA70F743504ECC7B657FC3297B1E9C8850D1C9">openpgp</a></code>
|
||||||
|
|
||||||
#### <b>Matrix</b> : <code><a href="https://matrix.to/#/@slitcloke:matrix.org">@slitcloke:matrix.org</a></code>
|
#### <b>Matrix</b> : <code><a href="https://matrix.to/#/@slitcloke:matrix.org">@slitcloke:matrix.org</a></code> (response within 1 year!)
|
||||||
- - *Note : This Communication method is highly not recommended due to my absence from Matrix*
|
|
@ -17,4 +17,3 @@ layout : home
|
|||||||
- #### <a href="https://github.com/minoplhy">GitHub.com</a>
|
- #### <a href="https://github.com/minoplhy">GitHub.com</a>
|
||||||
- #### <a href="https://git.disroot.org/minoplhy">git.disroot.org</a>
|
- #### <a href="https://git.disroot.org/minoplhy">git.disroot.org</a>
|
||||||
- #### <a href="https://notabug.org/lottanorta">notabug.org</a>
|
- #### <a href="https://notabug.org/lottanorta">notabug.org</a>
|
||||||
- #### <a href="https://framagit.org/meeillo">framagit.org</a>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user