Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Apr 25, 2024
1 parent ceac52a commit 473d675
Show file tree
Hide file tree
Showing 9 changed files with 3,593 additions and 8,751 deletions.
2 changes: 1 addition & 1 deletion app.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html(

title [##_page_title_##]

link(rel="stylesheet" :href="'//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap'")
link(rel="stylesheet" :href="'//cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css'")
link(rel="stylesheet" :href="'//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css'")

style
Expand Down
1 change: 0 additions & 1 deletion assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ button {
@apply pointer-events-auto !important;
}


@layer utilities {
.text-hidden {
@apply absolute w-px h-px -m-px overflow-hidden !important;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</information>
<author>
<name>SangWoo Jeong</name>
<homepage>http://www.tidory.com</homepage>
<homepage>https://github.com/pronist</homepage>
<email>pronist@naver.com</email>
</author>
</skin>
12,315 changes: 3,580 additions & 8,735 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"alpinejs": "^3.11.1",
"tailwindcss": "^3.2.4",
"tidory": "^8.3.3"
"tailwindcss": "3.2.4",
"tidory": "^8.3.4"
}
}
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
extend: {
fontFamily: {
sans: [
'Noto Sans KR',
'SUIT',
...defaultTheme.fontFamily.sans
]
}
Expand Down
6 changes: 2 additions & 4 deletions tidory.config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const ESLintPlugin = require('eslint-webpack-plugin')

/**
* Tidory Configuration
* https://tidory.com/docs/configuration
* @see https://tidory.github.io/docs/configuration/
*/
module.exports = {
ts_session: '',
Expand All @@ -23,9 +23,7 @@ module.exports = {
* index
* entry
* category
* tag,
* location
* media,
* tag
* guestbook
*/
mode: 'index'
Expand Down
10 changes: 5 additions & 5 deletions views/Header/Navigation.pug
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-
const guidebook = [
{ text: 'μ‹œμž‘ν•˜κΈ°', href: 'https://tidory.com/docs/get-started' },
{ text: '디렉토리', href: 'https://tidory.com/docs/directory' },
{ text: 'ν…œν”Œλ¦Ώ', href: 'https://tidory.com/docs/template' },
{ text: 'ν”„λ ˆμž„μ›Œν¬', href: 'https://tidory.com/docs/framework' },
{ text: 'λΉŒλ“œ 및 배포', href: 'https://tidory.com/docs/deployment' }
{ text: 'μ‹œμž‘ν•˜κΈ°', href: 'https://tidory.github.io/docs/get-started' },
{ text: '디렉토리', href: 'https://tidory.github.io/docs/directory' },
{ text: 'ν…œν”Œλ¦Ώ', href: 'https://tidory.github.io/docs/template' },
{ text: 'ν”„λ ˆμž„μ›Œν¬', href: 'https://tidory.github.io/docs/framework' },
{ text: 'λΉŒλ“œ 및 배포', href: 'https://tidory.github.io/docs/deployment' }
];
nav(class="mt-9")
Expand Down
2 changes: 1 addition & 1 deletion views/Header/Title.pug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
h1(class="font-normal text-5xl m-0 text-gray-700 dark:text-zinc-50") TIDORY
h1(class="font-thin text-5xl m-0 text-gray-700 dark:text-zinc-50") TIDORY

0 comments on commit 473d675

Please sign in to comment.