Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Lume: Static Site Generator
Search
kbaba1001
February 14, 2024
Programming
0
580
Lume: Static Site Generator
kbaba1001
February 14, 2024
Tweet
Share
More Decks by kbaba1001
See All by kbaba1001
How to build a video conferencing system that no one has ever told you about
kbaba1001
0
30
Build React system with ClojureScript (Squint)
kbaba1001
0
94
talk-with-local-llm-with-web-streams-api
kbaba1001
0
400
React_2023
kbaba1001
0
160
Word Penne
kbaba1001
0
190
I live by using a minor language
kbaba1001
1
160
fast optical line
kbaba1001
0
360
ArtPosePro and Procreate
kbaba1001
1
190
How did Clojure change my life
kbaba1001
3
1.9k
Other Decks in Programming
See All in Programming
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
590
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
280
旅行プランAIエージェント開発の裏側
ippo012
2
890
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
260
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
Namespace and Its Future
tagomoris
6
700
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
Design Foundational Data Engineering Observability
sucitw
3
190
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
240
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
GitHub's CSS Performance
jonrohan
1032
460k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Balancing Empowerment & Direction
lara
3
620
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Unsuck your backbone
ammeep
671
58k
Embracing the Ebb and Flow
colly
87
4.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
Transcript
Lumeによる静的サイ トの作成 2024年2月14日 ノイマントーキョー株式会社 代表取締役 馬場 一樹
自己紹介: kbaba1001 • 馬場 一樹 (kbaba1001) • https://www.kbaba1001.com/ • ノイマントーキョー株式会社
• https://www.neumann.tokyo/ • 静岡県三島市在住
Lume
Lume • Jekyll, Hugo などと同じ静的サイトジェネレータ • Vento や Markdown で構築する
• Plugins が豊富でブログやサイト内検索なども作れる
ノイマントーキョー(株)での活用 弊社コーポレートサイト
弊社コーポレートサイトの英語版
自分のブログ
LumeのサイトのShowcaseにも掲載
Lumeの良さ • 癖が少ない (Gatsbyとか辛い) • RSS配信、サイト内検索などブログやコーポレートサイトで使いたい機能がちゃんとある • Denoさえインストールすれば動くので非エンジニア(デザイナーさんとか)でも動かせる
Lumeのイマイチな点 • ドキュメントが少ない(日本語情報は皆無) ◦ 公式サイトは少しずつ良くなっているものの、特にプラグインの使い方がよくわからないものがある • フロントエンドJSが書きづらい ◦ Lumeが作るのは静的サイトなのでその上で動く JSについては
React 等が使いたいのであれば、ちゃ んとセットアップする必要がある • たまに破壊的な変更がある ◦ メインのテンプレートが Nunjucks から Vento に変わるなど
結論 • Lume は実用レベルに達していると思うので静的サイトが必要な方は使ってみてください