Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

sorayuth-pep/hugo-cms-tester

This is a small business template built withVictor Hugo andNetlify CMS, designed and developed byDarin Dimitroff,spacefarm.digital.

Getting started

Use our deploy button to get your own copy of the repository.

Deploy to Netlify

This will setup everything needed for running the CMS:

  • A new repository in your GitHub account with the code
  • Full Continuous Deployment to Netlify's global CDN network
  • Control users and access with Netlify Identity
  • Manage content with Netlify CMS

Once the initial build finishes, you can invite yourself as a user. Go to the Identity tab in your new site, click "Invite" and send yourself an invite.

Now you're all set, and you can start editing content!

Local Development

Clone this repository, and runyarn ornpm install from the new folder to install all required dependencies.

Then start the development server withyarn start ornpm start.

Layouts

The template is based on small, content-agnostic partials that can be mixed and matched. The pre-built pages showcase just a few of the possible combinations. Refer to thesite/layouts/partials folder for all available partials.

Use Hugo’sdict functionality to feed content into partials and avoid repeating yourself and creating discrepancies.

CSS

The template uses a custom fork of Tachyons and PostCSS with cssnext and cssnano. To customize the template for your brand, refer tosrc/css/imports/_variables.css where most of the important global variables like colors and spacing are stored.

SVG

All SVG icons stored insite/static/img/icons are automatically optimized with SVGO (gulp-svgmin) and concatenated into a single SVG sprite stored as a a partial calledsvg.html. Make sure you use consistent icons in terms of viewport and art direction for optimal results. Refer to an SVG via the<use> tag like so:

<svg width="16px" height="16px">  <use xlink:href="#SVG-ID"></use></svg>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors57


[8]ページ先頭

©2009-2025 Movatter.jp