Code Monkey home page Code Monkey logo

harapeko2017hugo's People

Contributors

dependabot[bot] avatar harapeko avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar

harapeko2017hugo's Issues

spで見た時のびみょーな隙間

再現方法

iPhone SE実機で確認。
ブラウザはsafari, chrome。

mac chromeでは発生しない。

推測

おそらくネガティブマージン

Dependency deprecation warning: coffee-script (pip_requirements)

On registry https://registry.npmjs.org/, the "latest" version (v1.12.7) of dependency coffee-script has the following deprecation notice:

CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

Marking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.

Please take the actions necessary to rename or substitute this deprecated package and commit to your base branch. If you wish to ignore this deprecation warning and continue using coffee-script as-is, please add it to your ignoreDeps array in Renovate config before closing this issue, otherwise another issue will be recreated the next time Renovate runs.

Affected package file(s): themes/harapeko2017/package.json

TODO

  • eyecatchのalt対応する(構造もたせなくてもいいかなー雑で良い
  • トップページ 各カラムはセクションで絞り込んで表示する
  • 3カテゴリのダミーデータを追加して、カテゴリに登録する

tabをspace2に置換する

出力されるhtmlがspace2なので作成時もそうでいいかなって
goで作られてるだけでgo使わないね

メニュー部分の対応する

構想上あんまやることがない

そのセクションにいるときはそのリンクを表示せずTOPを表示することくらい

セクションも決め打ち

ブログ機構を作成する(個別ページ)

hugo new xxxしたものがビルドに使われる情報処理

  • archetypes
    • タイトル
    • 日付
    • アイキャッチ画像
    • タグ
    • カテゴリ(タクソノミー)
  • front matterの修正(細かいのは後からでいい)
    • タイトル
    • 日付
    • アイキャッチ画像
    • コンテンツ
    • タグ
    • カテゴリ(タクソノミー)
  • 上記を出力する
    • タイトル
    • 日付
    • アイキャッチ画像
    • コンテンツ
    • タグ
    • カテゴリ(タクソノミー)

デザイン

pc,tab,spを用意するよう

  • トップ
  • 個別記事
  • カテゴリ、タグ
  • アバウト(amp-iframeでポップアップ?)
  • 404
  • ページネーション

theme2018 idea

構成

TOP
├ category/xxx (show
├ categories/xxx (categories
├ tags/xxx (tags
└ about/index.html (about

要素出し

TOP

記事一覧
ページネーション

記事要素の構成

タイトル
キャッチ画像
先頭文章
カテゴリ
タグ

show

キャッチ画像
タイトル
カテゴリ(テキストアイコンのような
タグ(テキストアイコンのような
コンテンツ
カテゴリの前後リンク(タイトル名でラップ)
関連

categories

カテゴリ一覧(月ごと)
ページネーション(年ごと) ←なくてもいいかも
代わりに年、月をsticky表示してもいいかも

tags

タグ一覧(月ごと)
ページネーション(年ごと) ←なくてもいいかも
代わりに年、月をsticky表示してもいいかも

about

自分とはっぴーの紹介(今のままを出す)

共通要素

カテゴリ一覧
タグ一覧
広告
aboutへのリンク
トップに戻る
ツイート

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
themes/harapeko2017/package.json
  • coffee-script 1.12.7
  • gulp 4.0.2
  • gulp-concat 2.6.1
  • gulp-cssnano 2.1.3
  • gulp-load-plugins 2.0.6
  • gulp-plumber 1.2.1
  • gulp-replace 1.1.3
  • gulp-sass 5.0.0
  • sakura.css 1.3.1
pip_requirements
requirements.txt
  • Pygments ==2.9.0

  • Check this box to trigger a request for Renovate to run again on this repository

Dependency deprecation warning: coffee-script (npm)

On registry https://registry.npmjs.org/, the "latest" version (v1.12.7) of dependency coffee-script has the following deprecation notice:

CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

Marking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.

Affected package file(s): themes/harapeko2017/package.json

If you don't care about this, you can close this issue and not be warned about coffee-script's deprecation again. If you would like to completely disable all future deprecation warnings then add the following to your config:

"suppressNotifications": ["deprecationWarningIssues"]

stylusを用意する

  • sakura.cssをもってくる
  • コンパイルできるようにする(yarnを想定 → 2回ファイル出力があるのでgulpにした)

出力したcssはpartial関数を使ってインラインに出力するので/partial/app.cssに出力します

sakura.cssにした。marx.cssよりイケてたから

投稿スタイルを作成する

  • title
  • list
  • 引用
  • シンタックスハイライト
  • リンクホバーアニメーション
  • amazon
  • 表組
  • 吹出し
  • 波線(太字)
  • TOC

パーマリンク

sectionごとに対応させて書くものらしい
そもそもsectionとは?

パーマリンクを解決したあとは、
アイキャッチ画像の置き場所、出力(single.html)
記事に紐づく画像の置き場所ルールについて考えないといけない

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.