Skip to content

Commit

Permalink
feat: actual jiksite!
Browse files Browse the repository at this point in the history
based on espi.me but with cooler css and jiktim stuff
  • Loading branch information
espimarisa committed Dec 24, 2020
1 parent 2c09d18 commit 6fc0315
Show file tree
Hide file tree
Showing 51 changed files with 1,024 additions and 1,122 deletions.
31 changes: 31 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
* text=auto

LICENSE text eol=lf
*.bat text eol=crlf
*.css text eol=lf
*.editorconfig text eol=lf
*.eslintrc text eol=lf
*.ejs text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.js text eol=lf
*.jsbeautifyrc text eol=lf
*.json text eol=lf
*.prettierrc text eol=lf
*.prettierignore text eol=lf
*.sh text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.md text eol=lf
*.yml text eol=lf

*.bmp binary
*.gif binary
*.jpeg binary
*.jpg binary
*.map binary
*.png binary
*.tar.gz binary
*.zip binary
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Configs
cfg.js
cfg.json
config.js
config.json

# Binaries
ffmpeg
ffmpeg.exe
ffplay
ffplay.exe
ffprobe
ffprobe.exe
rethinkdb
rethinkdb.exe
Lavalink
Lavalink.jar

# Modules
.sass-cache
dist/
docs/
node_modules/
out/
rethinkdb_data/
_site/
.jekyll-cache

# Logs & lockfiles
.npm
logs/*
npm
npm-debug.log
npm-error.log
report.*
yarn-debug.log
yarn-error.log
yarn.lock*

# Windows
*.stackdump
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
[Dd]esktop.ini
ehthumbs.db
ehthumbs_vista.db
Thumbs.db
Thumbs.db:encryptable
$RECYCLE.BIN/

# macOS
._*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.com.apple.timemachine.donotpresent
.DocumentRevisions-V100
.DS_Store
.fseventsd
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
Icon
Network Trash Folder
Temporary Items

# Linux
*~
.directory
.fuse_hidden*
.nfs*
.Trash-*
50 changes: 0 additions & 50 deletions .jsbeautifyrc

This file was deleted.

12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"arrowParens": "always",
"endOfLine": "lf",
"proseWrap": "preserve",
"quoteProps": "consistent",
"trailingComma": "all",
"printWidth": 140,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"useTabs": false
}
21 changes: 21 additions & 0 deletions 403.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default
title: Error 403
---

<header id="main">
<h1>403</h1>
<p class="subtitle">Forbidden</p>

<div class="icons">
<noscript>
<p>you seem to have JavaScript disabled, go back manually</p>
</noscript>
<a href="#" onclick="history.back()" title="Back to your previous page">
<em class="fas fa-arrow-circle-left"></em>
</a>
<a href="/" title="Back to homepage">
<em class="fas fa-home"></em>
</a>
</div>
</header>
21 changes: 21 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default
title: Error 404
---

<header id="main">
<h1>404</h1>
<p class="subtitle">Not Found</p>

<div class="icons">
<noscript>
<p>you seem to have JavaScript disabled, go back manually</p>
</noscript>
<a href="#" onclick="history.back()" title="Back to your previous page">
<em class="fas fa-arrow-circle-left"></em>
</a>
<a href="/" title="Back to homepage">
<em class="fas fa-home"></em>
</a>
</div>
</header>
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jikt.im
jikt.im
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "jekyll"
gem "jekyll-feed"
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-sitemap"
gem "jekyll-seo-tag"
gem "jekyll-target-blank"
gem "rouge"
gem "wdm" if Gem.win_platform?
91 changes: 91 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.7)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7-x64-mingw32)
ffi (1.14.2-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-target-blank (2.0.0)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.3.3)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.4.0)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.26.0)
safe_yaml (1.0.5)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
wdm (0.1.1)

PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll
jekyll-feed
jekyll-paginate
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
jekyll-target-blank
rouge
wdm

BUNDLED WITH
2.1.4
Loading

0 comments on commit 6fc0315

Please sign in to comment.