diff --git a/content/pages/about/Portfolio_dianaband_en.pdf b/content/pages/about/Portfolio_dianaband_en.pdf new file mode 100644 index 0000000..faf8bd6 Binary files /dev/null and b/content/pages/about/Portfolio_dianaband_en.pdf differ diff --git a/content/pages/about/about.rst b/content/pages/about/about.rst new file mode 100644 index 0000000..487f9ab --- /dev/null +++ b/content/pages/about/about.rst @@ -0,0 +1,74 @@ +소개, about +==================== + +:slug: about +:url: about/ +:save_as: about/index.html + +.. role:: raw-html(raw) + :format: html + +| 다이애나 밴드는 관계적 미학을 향한 디자인과 미디어 아트를 실험하는 2인조팀이다. +| 우리는 관객들의 참여와 관계형성을 위해 공연성과 상호작용성을 작업에 적용하고, +| 관객은 때때로 작품의 적극적인 개입자로서 혹은 일시적 사건에 개입되는 관찰자로서 사건에 초대된다. +| +| Diana Band is an inter-disciplinary artist duo established in 2010 and currently based in Seoul. +| They explore in the fields of object design and media art, in order to find the imaginary moment and situation of everyday life. +| They believe :raw-html:`“Sensible Objects”` makes narrative environments or events and invites people to find common sense and universal language. +| + +| **Dianaband** has been exhibited their works internationally in Germany, Netherlands, Spain, Turkey and South Korea. +| Their projects was committed by National Museum of Modern and Contemporary Art, Korea(2015), Arco Performing Arts Center(2015), Korea Craft & Design Foundation(2014), Zuiderzee Museum(2012), MEM Experimental Arts International Festival(2011) and so on. +| +| **people** Wonjung Shin신원정, Dooho Yi이두호 +| +| 서울 서대문구 연희동에서 작업합니다. +| currently working in **Seoul**, ROK +| +| `CV`_ – `씨브이`_ +| + +.. _`CV`: {attach}cv_dianaband_영어_2020.pdf +.. _`씨브이`: {attach}cv_dianaband_한글_2020.pdf + +| :raw-html:`Facebook Page!!` +| :raw-html:`Wonjung Insta!!` +| :raw-html:`Dooho Insta!!` +| +| `pdf_portfolio`_ +| + +.. _`pdf_portfolio`: {attach}Portfolio_dianaband_en.pdf + +| wonjung24\@gmail.com +| pilotedeguerre\@gmail.com +| +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| . +| diff --git a/content/pages/about/cv_dianaband_영어_2020.pdf b/content/pages/about/cv_dianaband_영어_2020.pdf new file mode 100644 index 0000000..9b59fc9 Binary files /dev/null and b/content/pages/about/cv_dianaband_영어_2020.pdf differ diff --git a/content/pages/about/cv_dianaband_한글_2020.pdf b/content/pages/about/cv_dianaband_한글_2020.pdf new file mode 100644 index 0000000..144abff Binary files /dev/null and b/content/pages/about/cv_dianaband_한글_2020.pdf differ diff --git a/content/pages/home.rst b/content/pages/home.rst new file mode 100644 index 0000000..8d4cd22 --- /dev/null +++ b/content/pages/home.rst @@ -0,0 +1,6 @@ +시작, start! +===================== + +:save_as: index.html + +안녕하세요? diff --git a/publishconf.py b/publishconf.py index 875b831..d21fc5e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -15,7 +15,11 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True -THEME = "./themes/simple" +THEME = "./themes/dianaband" +MENUITEMS = { + "who": "/about/", + "루트에 대한, 대화": "/conversation-about-the-root.html" +} #FILENAME_METADATA = r'(?P.*)' #PATH_METADATA = r'.*/(?P<title>.*)' diff --git a/themes/dianaband/static/base.css b/themes/dianaband/static/base.css new file mode 100644 index 0000000..9387232 --- /dev/null +++ b/themes/dianaband/static/base.css @@ -0,0 +1,61 @@ +html, body { + margin: 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 12px; + line-height: 1.5; +} + +a { + color: #529AB5; + text-decoration: none; +} + +.sidebar { + list-style: none; + float: left; + width: 25%; + margin: 0; + padding: 0; + /* padding-top: 107px; */ + /* padding-left: 30px; */ + /* background-color: #f1f1f1; */ + /* position: fixed; */ + /* height: 100%; */ + /* overflow: auto; */ +} + +.sidebar a:hover { + color: #529AB5; + font-weight: bold; +} + +.content { + float: right; + width: 75%; + margin: 0; + padding: 0; +} + +.content a:hover { + color: #529AB5; + text-decoration: underline; +} + +/* On screens that are less than 700px wide, make the sidebar into a topbar */ +@media screen and (max-width: 700px) { + .sidebar { + width: 100%; + height: auto; + position: relative; + } + .sidebar a {float: left;} + div.content {margin-left: 0;} +} + +/* On screens that are less than 400px, display the bar vertically, instead of horizontally */ +@media screen and (max-width: 400px) { + .sidebar a { + text-align: center; + float: none; + } +} diff --git a/themes/dianaband/static/base.js b/themes/dianaband/static/base.js new file mode 100644 index 0000000..39f1017 --- /dev/null +++ b/themes/dianaband/static/base.js @@ -0,0 +1,6 @@ +// // let all external links to open into a new tab +// Array.from(document.getElementsByClassName("reference external")).forEach(elm => { +// elm.setAttribute('target', '_blank'); +// console.log(elm); +// elm.getAttribute('target'); +// }); diff --git a/themes/dianaband/templates/archives.html b/themes/dianaband/templates/archives.html new file mode 100644 index 0000000..cd12950 --- /dev/null +++ b/themes/dianaband/templates/archives.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Archives{% endblock %} + +{% block content %} +<h1>Archives for {{ SITENAME }}</h1> + +<dl> +{% for article in dates %} + <dt>{{ article.locale_date }}</dt> + <dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd> +{% endfor %} +</dl> +{% endblock %} diff --git a/themes/dianaband/templates/article.html b/themes/dianaband/templates/article.html new file mode 100644 index 0000000..c8c9a4f --- /dev/null +++ b/themes/dianaband/templates/article.html @@ -0,0 +1,67 @@ +{% extends "base.html" %} +{% block html_lang %}{{ article.lang }}{% endblock %} + +{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %} + +{% block head %} + {{ super() }} + + {% import 'translations.html' as translations with context %} + {% if translations.entry_hreflang(article) %} + {{ translations.entry_hreflang(article) }} + {% endif %} + + {% if article.description %} + <meta name="description" content="{{article.description}}" /> + {% endif %} + + {% for tag in article.tags %} + <meta name="tags" content="{{tag}}" /> + {% endfor %} + +{% endblock %} + +{% block content %} +<section id="content" class="body"> + <header> + <h2 class="entry-title"> + <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" + title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2> + {% import 'translations.html' as translations with context %} + {{ translations.translations_for(article) }} + </header> + <footer class="post-info"> + <time class="published" datetime="{{ article.date.isoformat() }}"> + {{ article.locale_date }} + </time> + {% if article.modified %} + <time class="modified" datetime="{{ article.modified.isoformat() }}"> + {{ article.locale_modified }} + </time> + {% endif %} + {% if article.authors %} + <address class="vcard author"> + By {% for author in article.authors %} + <a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> + {% endfor %} + </address> + {% endif %} + {% if article.category %} + <div class="category"> + Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> + </div> + {% endif %} + {% if article.tags %} + <div class="tags"> + Tags: + {% for tag in article.tags %} + <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> + {% endfor %} + </div> + {% endif %} + </footer><!-- /.post-info --> + <div class="entry-content"> + {{ article.content }} + </div><!-- /.entry-content --> +</section> +{% endblock %} diff --git a/themes/dianaband/templates/author.html b/themes/dianaband/templates/author.html new file mode 100644 index 0000000..a190194 --- /dev/null +++ b/themes/dianaband/templates/author.html @@ -0,0 +1,8 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} + +{% block content_title %} +<h2>Articles by {{ author }}</h2> +{% endblock %} + diff --git a/themes/dianaband/templates/authors.html b/themes/dianaband/templates/authors.html new file mode 100644 index 0000000..9aee5db --- /dev/null +++ b/themes/dianaband/templates/authors.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Authors{% endblock %} + +{% block content %} + <h1>Authors on {{ SITENAME }}</h1> + <ul> + {% for author, articles in authors|sort %} + <li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li> + {% endfor %} + </ul> +{% endblock %} diff --git a/themes/dianaband/templates/base.html b/themes/dianaband/templates/base.html new file mode 100644 index 0000000..53c2a43 --- /dev/null +++ b/themes/dianaband/templates/base.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock html_lang %}"> + <head> + {% block head %} + <title>{% block title %}{{ SITENAME }}{% endblock title %} + + + + + {% endblock head %} + + + + +
+ {% block content %} + {% endblock %} +
+ + + diff --git a/themes/dianaband/templates/categories.html b/themes/dianaband/templates/categories.html new file mode 100644 index 0000000..7999de4 --- /dev/null +++ b/themes/dianaband/templates/categories.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Categories{% endblock %} + +{% block content %} +

Categories on {{ SITENAME }}

+ +{% endblock %} diff --git a/themes/dianaband/templates/category.html b/themes/dianaband/templates/category.html new file mode 100644 index 0000000..14d7ff0 --- /dev/null +++ b/themes/dianaband/templates/category.html @@ -0,0 +1,8 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %} + +{% block content_title %} +

Articles in the {{ category }} category

+{% endblock %} + diff --git a/themes/dianaband/templates/gosquared.html b/themes/dianaband/templates/gosquared.html new file mode 100644 index 0000000..49ccbbe --- /dev/null +++ b/themes/dianaband/templates/gosquared.html @@ -0,0 +1,14 @@ +{% if GOSQUARED_SITENAME %} + +{% endif %} diff --git a/themes/dianaband/templates/index.html b/themes/dianaband/templates/index.html new file mode 100644 index 0000000..ab4bc34 --- /dev/null +++ b/themes/dianaband/templates/index.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% block content %} +
+{% block content_title %} +

All articles

+{% endblock %} + +
    +{% for article in articles_page.object_list %} +
  1. +

    {{ article.title }}

    +
    + +
    By + {% for author in article.authors %} + {{ author }} + {% endfor %} +
    +
    +
    {{ article.summary }}
    +
  2. +{% endfor %} +
+{% if articles_page.has_other_pages() %} + {% include 'pagination.html' %} +{% endif %} +
+{% endblock content %} diff --git a/themes/dianaband/templates/page.html b/themes/dianaband/templates/page.html new file mode 100644 index 0000000..080b987 --- /dev/null +++ b/themes/dianaband/templates/page.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} +{% block html_lang %}{{ page.lang }}{% endblock %} + +{% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%} + +{% block head %} + {{ super() }} + + {% import 'translations.html' as translations with context %} + {% if translations.entry_hreflang(page) %} + {{ translations.entry_hreflang(page) }} + {% endif %} +{% endblock %} + +{% block content %} + {% import 'translations.html' as translations with context %} + {{ translations.translations_for(page) }} + + {{ page.content }} + +{% endblock %} diff --git a/themes/dianaband/templates/pagination.html b/themes/dianaband/templates/pagination.html new file mode 100644 index 0000000..588f130 --- /dev/null +++ b/themes/dianaband/templates/pagination.html @@ -0,0 +1,15 @@ +{% if DEFAULT_PAGINATION %} +{% set first_page = articles_paginator.page(1) %} +{% set last_page = articles_paginator.page(articles_paginator.num_pages) %} +

+ {% if articles_page.has_previous() %} + + « + {% endif %} + Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} + {% if articles_page.has_next() %} + » + + {% endif %} +

+{% endif %} diff --git a/themes/dianaband/templates/period_archives.html b/themes/dianaband/templates/period_archives.html new file mode 100644 index 0000000..e1ddf62 --- /dev/null +++ b/themes/dianaband/templates/period_archives.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - {{ period | reverse | join(' ') }} archives{% endblock %} + +{% block content %} +

Archives for {{ period | reverse | join(' ') }}

+ +
+{% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+{% endfor %} +
+{% endblock %} diff --git a/themes/dianaband/templates/tag.html b/themes/dianaband/templates/tag.html new file mode 100644 index 0000000..9c95803 --- /dev/null +++ b/themes/dianaband/templates/tag.html @@ -0,0 +1,7 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %} + +{% block content_title %} +

Articles tagged with {{ tag }}

+{% endblock %} diff --git a/themes/dianaband/templates/tags.html b/themes/dianaband/templates/tags.html new file mode 100644 index 0000000..b90b0ac --- /dev/null +++ b/themes/dianaband/templates/tags.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - Tags{% endblock %} + +{% block content %} +

Tags for {{ SITENAME }}

+ +{% endblock %} diff --git a/themes/dianaband/templates/translations.html b/themes/dianaband/templates/translations.html new file mode 100644 index 0000000..f0e2478 --- /dev/null +++ b/themes/dianaband/templates/translations.html @@ -0,0 +1,16 @@ +{% macro translations_for(article) %} +{% if article.translations %} +Translations: +{% for translation in article.translations %} +{{ translation.lang }} +{% endfor %} +{% endif %} +{% endmacro %} + +{% macro entry_hreflang(entry) %} +{% if entry.translations %} + {% for translation in entry.translations %} + + {% endfor %} +{% endif %} +{% endmacro %} diff --git a/themes/simple/static/default.css b/themes/simple/static/default.css deleted file mode 100644 index e11829a..0000000 --- a/themes/simple/static/default.css +++ /dev/null @@ -1,3 +0,0 @@ -html, body { - margin: 0; -}