Upload files to "/"
This commit is contained in:
parent
ac4f46da0f
commit
ba50dc7434
5 changed files with 354 additions and 0 deletions
BIN
ansico-cv-theme.zip
Normal file
BIN
ansico-cv-theme.zip
Normal file
Binary file not shown.
36
readme.txt
Normal file
36
readme.txt
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
== Ansico CV Theme ==
|
||||||
|
|
||||||
|
Contributors: Andreas Andersen (Ansico)
|
||||||
|
Requires at least: 6.9
|
||||||
|
Tested up to: 6.9
|
||||||
|
Requires PHP: 5.7
|
||||||
|
License: GPLv2 or later
|
||||||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
|
||||||
|
== Description ==
|
||||||
|
|
||||||
|
Theme for creating a website for your curriculum vitae (CV). Can be used with Ansico CV Blocks.
|
||||||
|
|
||||||
|
|
||||||
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.0 =
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
|
||||||
|
== Copyright ==
|
||||||
|
|
||||||
|
Ansico CV Theme WordPress Theme, (C) 2026 Andreas Andersen (Ansico)
|
||||||
|
Ansico CV Theme is distributed under the terms of the GNU GPL.
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 508 KiB |
16
style.css
Normal file
16
style.css
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
Theme Name: Ansico CV Theme
|
||||||
|
Theme URI:
|
||||||
|
Author: Andreas Andersen (Ansico)
|
||||||
|
Author URI:
|
||||||
|
Description: Theme for creating a website for your curriculum vitae (CV). Can be used with Ansico CV Blocks.
|
||||||
|
Requires at least: 6.9
|
||||||
|
Tested up to: 6.9
|
||||||
|
Requires PHP: 5.7
|
||||||
|
Version:
|
||||||
|
License: GNU General Public License v2 or later
|
||||||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
Text Domain: ansico-cv-theme
|
||||||
|
Tags:
|
||||||
|
*/
|
||||||
|
|
||||||
302
theme.json
Normal file
302
theme.json
Normal file
|
|
@ -0,0 +1,302 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://schemas.wp.org/wp/6.9/theme.json",
|
||||||
|
"version": 3,
|
||||||
|
"settings": {
|
||||||
|
"appearanceTools": true,
|
||||||
|
"color": {
|
||||||
|
"palette": [
|
||||||
|
{
|
||||||
|
"color": "#0a66c2",
|
||||||
|
"name": "Standardblå",
|
||||||
|
"slug": "custom-standardbl"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"layout": {
|
||||||
|
"contentSize": "620px",
|
||||||
|
"wideSize": "1000px"
|
||||||
|
},
|
||||||
|
"spacing": {
|
||||||
|
"units": [
|
||||||
|
"%",
|
||||||
|
"px",
|
||||||
|
"em",
|
||||||
|
"rem",
|
||||||
|
"vh",
|
||||||
|
"vw"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontFamilies": [
|
||||||
|
{
|
||||||
|
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
||||||
|
"name": "System Font",
|
||||||
|
"slug": "system-font"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Open Sans",
|
||||||
|
"slug": "open-sans",
|
||||||
|
"fontFamily": "\"Open Sans\", sans-serif",
|
||||||
|
"fontFace": [
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-300-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "300",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-400-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "400",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-500-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-600-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "600",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-700-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "700",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-800-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "800",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-300-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "300",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-400-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "400",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-500-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-600-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "600",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-700-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "700",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/open-sans/open-sans-800-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "800",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Open Sans\""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Source Sans 3",
|
||||||
|
"slug": "source-sans-3",
|
||||||
|
"fontFamily": "\"Source Sans 3\", sans-serif",
|
||||||
|
"fontFace": [
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-200-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "200",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-300-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "300",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-400-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "400",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-500-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-600-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "600",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-700-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "700",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-800-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "800",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-900-normal.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "900",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-200-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "200",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-300-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "300",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-400-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "400",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-500-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "500",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-600-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "600",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-700-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "700",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-800-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "800",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/source-sans-3/source-sans-3-900-italic.woff2"
|
||||||
|
],
|
||||||
|
"fontWeight": "900",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontFamily": "\"Source Sans 3\""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"useRootPaddingAwareAlignments": true
|
||||||
|
},
|
||||||
|
"styles": {
|
||||||
|
"css": ".wp-block-post-content {\nmargin-top:0px;\n}",
|
||||||
|
"elements": {
|
||||||
|
"heading": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--custom-standardbl)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||||
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"templateParts": [
|
||||||
|
{
|
||||||
|
"area": "header",
|
||||||
|
"name": "header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"area": "footer",
|
||||||
|
"name": "footer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue