试试看中文
- Desktop upsell: 100% public
- More numbers + queries in
- Add to dashboard
- Thumbnail
- Upload infra + publish backend complete
- Verified E2E on Android (with hardcoded image): upload + publish as preferred thumbnail
- Verified with Erik that we’ll have same input format for publish backend
- Working on Thumbnail Picker UI
- Finished 2 small header components to be reusable on other edit pages
- Working on frame picker
- Upload infra + publish backend complete
青山一道同云雨,明月何曾是两乡
Why it’s so big
1// gatsby-config.js23module.exports = {4 siteMetadata: {5 title: `Novela by Narative`,6 name: `Narative`,7 siteUrl: `https://gatsby-theme-novela.netlify.com`,8 description: `This is my description that will be used in the meta tags and important for search results`,910 // important to set the main text that appears in the hero11 hero: {12 heading: `Perspectives on technology, design and business from the team at Narative.`,13 maxWidth: 652,14 },15 social: [16 {17 name: `twitter`,18 url: `https://twitter.com/narative`,19 },20 {21 name: `github`,22 url: `https://github.com/narative`,23 },24 ],25 },26 plugins: ['@narative/gatsby-theme-novela'],27};