added assets compiling scripts, added syntax highlighting for text editor, fix for #73
parent
c0c3b60fd5
commit
682406515d
@ -1 +1,13 @@
|
|||||||
{ "presets": ["env"] }
|
{
|
||||||
|
"presets": [],
|
||||||
|
"plugins": [
|
||||||
|
[
|
||||||
|
"prismjs",
|
||||||
|
{
|
||||||
|
"languages": ["html", "markdown", "markup"],
|
||||||
|
"theme": "okaidia",
|
||||||
|
"css": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"name": "fipamo-dash",
|
||||||
|
"version": "2.5.0",
|
||||||
|
"private": true,
|
||||||
|
"apidoc": {
|
||||||
|
"name": "Fipamo API",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "The most chill API for the most chill blog framework"
|
||||||
|
},
|
||||||
|
|
||||||
|
"devDependencies": {
|
||||||
|
"@babel/preset-env": "^7.16.5",
|
||||||
|
"babel-cli": "^6.26.0",
|
||||||
|
"eslint": "^8.5.0",
|
||||||
|
"eslint-plugin-babel": "^5.3.1",
|
||||||
|
"parcel": "^2.0.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/core": "^7.16.5",
|
||||||
|
"@babel/eslint-parser": "^7.16.5",
|
||||||
|
"animejs": "^3.2.1",
|
||||||
|
"babel-plugin-prismjs": "^2.1.0",
|
||||||
|
"babel-preset-env": "^1.7.0",
|
||||||
|
"bulma": "^0.9.3",
|
||||||
|
"caret-pos": "^2.0.0",
|
||||||
|
"jsdoc": "^3.6.7",
|
||||||
|
"minami": "^1.2.3",
|
||||||
|
"prismjs": "^1.25.0",
|
||||||
|
"sass": "^1.45.1",
|
||||||
|
"sortablejs": "^1.14.0"
|
||||||
|
},
|
||||||
|
"license": "UNLICENSED",
|
||||||
|
"author": "Are0h",
|
||||||
|
"scripts": {
|
||||||
|
"watch": "sass --watch src/styles:public/assets/css & npx parcel watch src/com/Start.js --dist-dir public/assets/scripts --public-url /assets/scripts"
|
||||||
|
},
|
||||||
|
"description": "Front end script for the most chill blog framework ever.",
|
||||||
|
"repository": "https://code.playvicio.us/Are0h/Fipamo"
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "fipamo-dash",
|
|
||||||
"version": "1.2.4",
|
|
||||||
"description": "Front end script for the most chill blog framework ever.",
|
|
||||||
"scripts": {},
|
|
||||||
"author": "Are0h",
|
|
||||||
"license": "UNLICENSED",
|
|
||||||
"repository": "https://code.playvicio.us/Are0h/Fipamo",
|
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/core": "^7.14.6",
|
|
||||||
"@babel/eslint-parser": "^7.14.5",
|
|
||||||
"animejs": "^3.2.1",
|
|
||||||
"apidoc": "^0.28.1",
|
|
||||||
"bulma": "^0.9.3",
|
|
||||||
"caret-pos": "^2.0.0",
|
|
||||||
"jsdoc": "^3.6.7",
|
|
||||||
"minami": "^1.2.3",
|
|
||||||
"sortablejs": "^1.13.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"eslint": "^7.28.0",
|
|
||||||
"eslint-plugin-babel": "^5.3.1"
|
|
||||||
},
|
|
||||||
"apidoc": {
|
|
||||||
"name": "Fipamo API",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "The most chill API for the most chill blog framework"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,46 +1,85 @@
|
|||||||
|
code[class*="language-"],
|
||||||
.hljs
|
pre[class*="language-"]
|
||||||
display: block
|
color: #f8f8f2
|
||||||
overflow-x: auto
|
background: none
|
||||||
padding: 0.5em
|
text-shadow: 0 1px rgba(0, 0, 0, 0.3)
|
||||||
background: color.adjust($primary, $lightness: -6%)
|
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace
|
||||||
|
font-size: 1em
|
||||||
.hljs, .hljs-subst
|
text-align: left
|
||||||
color: #ebdbb2
|
white-space: pre
|
||||||
|
word-spacing: normal
|
||||||
.hljs-deletion, .hljs-formula, .hljs-keyword .hljs-selector-tag
|
word-break: normal
|
||||||
color: $editorPrimary
|
word-wrap: normal
|
||||||
font-style: italic
|
line-height: 1.5
|
||||||
|
-moz-tab-size: 4
|
||||||
.hljs-link
|
-o-tab-size: 4
|
||||||
color: $highlight
|
tab-size: 4
|
||||||
|
-webkit-hyphens: none
|
||||||
.hljs-built_in, .hljs-emphasis, .hljs-name, .hljs-quote, .hljs-strong, .hljs-title, .hljs-variable
|
-moz-hyphens: none
|
||||||
|
-ms-hyphens: none
|
||||||
|
hyphens: none
|
||||||
|
pre[class*="language-"]
|
||||||
|
padding: 1em
|
||||||
|
margin: .5em 0
|
||||||
|
overflow: auto
|
||||||
|
border-radius: 0.3em
|
||||||
|
:not(pre) > code[class*="language-"],
|
||||||
|
pre[class*="language-"]
|
||||||
|
background: $primary
|
||||||
|
:not(pre)
|
||||||
|
& > code[class*="language-"]
|
||||||
|
padding: .1em
|
||||||
|
border-radius: .3em
|
||||||
|
white-space: normal
|
||||||
|
.token.comment,
|
||||||
|
.token.prolog,
|
||||||
|
.token.doctype,
|
||||||
|
.token.cdata
|
||||||
|
color: #8292a2
|
||||||
|
.token
|
||||||
|
&.punctuation
|
||||||
color: $editorSecondary
|
color: $editorSecondary
|
||||||
|
&.namespace
|
||||||
.hljs-attr, .hljs-params, .hljs-template-tag, .hljs-type
|
opacity: .7
|
||||||
color: $editorTertiary
|
&.keyword
|
||||||
|
color: #66d9ef
|
||||||
.hljs-builtin-name, .hljs-doctag, .hljs-literal, .hljs-number
|
&.italic
|
||||||
color: #8f3f71
|
|
||||||
|
|
||||||
.hljs-code, .hljs-meta, .hljs-regexp, .hljs-selector-id, .hljs-template-variable
|
|
||||||
color: $tertiary
|
|
||||||
|
|
||||||
.hljs-addition, .hljs-meta-string, .hljs-section, .hljs-selector-attr, .hljs-selector-class, .hljs-string, .hljs-symbol
|
|
||||||
color: $editorString
|
|
||||||
|
|
||||||
.hljs-attribute, .hljs-bullet, .hljs-class, .hljs-function, .hljs-function .hljs-keyword, .hljs-meta-keyword, .hljs-selector-pseudo, .hljs-tag
|
|
||||||
color: color.adjust($primary, $lightness: 50%)
|
|
||||||
|
|
||||||
.hljs-comment
|
|
||||||
color: #928374
|
|
||||||
|
|
||||||
.hljs-link_label, .hljs-literal, .hljs-number
|
|
||||||
color: #d3869b
|
|
||||||
|
|
||||||
.hljs-comment, .hljs-emphasis
|
|
||||||
font-style: italic
|
font-style: italic
|
||||||
|
&.entity
|
||||||
.hljs-section, .hljs-strong, .hljs-tag
|
cursor: help
|
||||||
font-weight: normal
|
&.content
|
||||||
|
color: $editorTertiary
|
||||||
|
.token.property,
|
||||||
|
.token.tag,
|
||||||
|
.token.constant,
|
||||||
|
.token.symbol,
|
||||||
|
.token.deleted
|
||||||
|
color: #f92672
|
||||||
|
.token.boolean,
|
||||||
|
.token.number
|
||||||
|
color: #ae81ff
|
||||||
|
.token.selector,
|
||||||
|
.token.attr-name,
|
||||||
|
.token.string,
|
||||||
|
.token.char,
|
||||||
|
.token.builtin,
|
||||||
|
.token.inserted
|
||||||
|
color: #a6e22e
|
||||||
|
.token.operator,
|
||||||
|
.token.entity,
|
||||||
|
.token.url,
|
||||||
|
.language-css .token.string,
|
||||||
|
.style .token.string,
|
||||||
|
.token.variable
|
||||||
|
color: #f8f8f2
|
||||||
|
.token.atrule,
|
||||||
|
.token.attr-value,
|
||||||
|
.token.function,
|
||||||
|
.token.class-name
|
||||||
|
color: #e6db74
|
||||||
|
.token.regex,
|
||||||
|
.token.important
|
||||||
|
color: #fd971f
|
||||||
|
.token.important,
|
||||||
|
.token.bold
|
||||||
|
font-weight: bold
|
||||||
|
Loading…
Reference in New Issue