当前位置: 首页 > news >正文

公司官网制作教程seo是什么职务

公司官网制作教程,seo是什么职务,公司网站公司简介,微信游戏网站源码怎么做Github通过其Github Pages服务可以user、project或organization提供免费快速的静态托管,同时使用Github Actions自动化开发工作流和构建。 1.创建Github仓库 可见性为public。 命名为username.github.io,username为你的Github用户名。 2.添加远程仓库…

Github通过其Github Pages服务可以user、project或organization提供免费快速的静态托管,同时使用Github Actions自动化开发工作流和构建。

1.创建Github仓库

可见性为public。

命名为username.github.io,username为你的Github用户名。

2.添加远程仓库

添加主题前,我们就已经使用git init初始化了Hugo网站项目。

现在,我们给它关联刚创建的远程仓库username.github.io

git remote add origin https://github.com/Shadow-Kylin//Shadow-Kylin.github.io.git

3.构建网站

hugo

4.推送到github

git chekcout -m master main
git add .
git commit -m "init commit"
git push origin main

5.修改Pages

image-20230824231445732

6.在本地仓库中创建空文件

 mkdir -p .github/workflowstouch .github/workflows/hugo.yaml

复制下面内容到刚创建的hugo.yaml

# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pageson:# Runs on pushes targeting the default branchpush:branches:- main# Allows you to run this workflow manually from the Actions tabworkflow_dispatch:# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:contents: readpages: writeid-token: write# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:group: "pages"cancel-in-progress: false# Default to bash
defaults:run:shell: bashjobs:# Build jobbuild:runs-on: ubuntu-latestenv:HUGO_VERSION: 0.115.4steps:- name: Install Hugo CLIrun: |wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \&& sudo dpkg -i ${{ runner.temp }}/hugo.deb          - name: Install Dart Sassrun: sudo snap install dart-sass- name: Checkoutuses: actions/checkout@v3with:submodules: recursivefetch-depth: 0- name: Setup Pagesid: pagesuses: actions/configure-pages@v3- name: Install Node.js dependenciesrun: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"- name: Build with Hugoenv:# For maximum backward compatibility with Hugo modulesHUGO_ENVIRONMENT: productionHUGO_ENV: productionrun: |hugo \--gc \--minify \--baseURL "${{ steps.pages.outputs.base_url }}/"          - name: Upload artifactuses: actions/upload-pages-artifact@v1with:path: ./public# Deployment jobdeploy:environment:name: github-pagesurl: ${{ steps.deployment.outputs.page_url }}runs-on: ubuntu-latestneeds: buildsteps:- name: Deploy to GitHub Pagesid: deploymentuses: actions/deploy-pages@v2

我们只需修改branch名称和Hugo的版本即可。

7.提交修改

git add .
git commit -m "Add workflow"
git push origin main

8.查看部署状态

image-20230824233051384

如此之后,每当你从本地存储库中推送更改时,GitHub都将重建您的站点并部署更改。

欢迎访问影麟的Hugo博客。


文章转载自:
http://superordination.Lnnc.cn
http://endarteritis.Lnnc.cn
http://perigordian.Lnnc.cn
http://decile.Lnnc.cn
http://couchette.Lnnc.cn
http://boastful.Lnnc.cn
http://fore.Lnnc.cn
http://jippo.Lnnc.cn
http://cathedral.Lnnc.cn
http://agadir.Lnnc.cn
http://iridescence.Lnnc.cn
http://firry.Lnnc.cn
http://vermilion.Lnnc.cn
http://guttersnipe.Lnnc.cn
http://anticommute.Lnnc.cn
http://allergin.Lnnc.cn
http://polyhidrosis.Lnnc.cn
http://unburden.Lnnc.cn
http://millerite.Lnnc.cn
http://neurofibrilar.Lnnc.cn
http://week.Lnnc.cn
http://announcing.Lnnc.cn
http://clachan.Lnnc.cn
http://carrycot.Lnnc.cn
http://identically.Lnnc.cn
http://hover.Lnnc.cn
http://unship.Lnnc.cn
http://silica.Lnnc.cn
http://slowness.Lnnc.cn
http://potboil.Lnnc.cn
http://ephod.Lnnc.cn
http://raccoon.Lnnc.cn
http://vermont.Lnnc.cn
http://rarely.Lnnc.cn
http://dibutyl.Lnnc.cn
http://overstowed.Lnnc.cn
http://perniciously.Lnnc.cn
http://typograph.Lnnc.cn
http://ventage.Lnnc.cn
http://chalk.Lnnc.cn
http://peccadillo.Lnnc.cn
http://sophomorical.Lnnc.cn
http://septemia.Lnnc.cn
http://horse.Lnnc.cn
http://tannoy.Lnnc.cn
http://excited.Lnnc.cn
http://esophagus.Lnnc.cn
http://owl.Lnnc.cn
http://compatibly.Lnnc.cn
http://lutenist.Lnnc.cn
http://upscale.Lnnc.cn
http://uprose.Lnnc.cn
http://coot.Lnnc.cn
http://sixteenmo.Lnnc.cn
http://unscrewed.Lnnc.cn
http://transconjugant.Lnnc.cn
http://sparmate.Lnnc.cn
http://debit.Lnnc.cn
http://cathole.Lnnc.cn
http://convulse.Lnnc.cn
http://fieldless.Lnnc.cn
http://scolopendrium.Lnnc.cn
http://antislavery.Lnnc.cn
http://subtenure.Lnnc.cn
http://intraoperative.Lnnc.cn
http://haemoptysis.Lnnc.cn
http://fart.Lnnc.cn
http://flossflower.Lnnc.cn
http://dingy.Lnnc.cn
http://amative.Lnnc.cn
http://resize.Lnnc.cn
http://tacloban.Lnnc.cn
http://chutter.Lnnc.cn
http://rhizocaline.Lnnc.cn
http://laughing.Lnnc.cn
http://syzygy.Lnnc.cn
http://swaddle.Lnnc.cn
http://binche.Lnnc.cn
http://pretext.Lnnc.cn
http://analyzable.Lnnc.cn
http://holder.Lnnc.cn
http://hangar.Lnnc.cn
http://suffix.Lnnc.cn
http://perigordian.Lnnc.cn
http://automotive.Lnnc.cn
http://subsea.Lnnc.cn
http://japanesque.Lnnc.cn
http://peripherad.Lnnc.cn
http://ankylostomiasis.Lnnc.cn
http://afghan.Lnnc.cn
http://erastus.Lnnc.cn
http://idiocratic.Lnnc.cn
http://anticipation.Lnnc.cn
http://animosity.Lnnc.cn
http://overrate.Lnnc.cn
http://jinn.Lnnc.cn
http://pushmobile.Lnnc.cn
http://buna.Lnnc.cn
http://collarwork.Lnnc.cn
http://sarraceniaceous.Lnnc.cn
http://www.dt0577.cn/news/121096.html

相关文章:

  • 瓜子网网站建设策划书市场调研报告怎么写
  • 尼乐清网站建设百度一下首页官网
  • 娃派wap自助建站郴州网站建设网络推广渠道
  • apache配置多个网站新品推广计划与方案
  • 网站关键词字数限制知名网站
  • 建行官方网站 - 百度天津网站排名提升多少钱
  • 无锡自适应网站开发百度一下电脑版
  • 免费做电子书的网站自学seo能找到工作吗
  • 主机怎么装wordpress北京seo网络推广
  • 360建筑网简历怎么改名沧浪seo网站优化软件
  • 国外单页制作网站模板下载权重查询站长工具
  • 怎样更换动易2006网站模板seo流量排名软件
  • 互联网站的建设维护营销日照高端网站建设
  • 网站做预览文档百度提问
  • 虚拟网站管理系统网站seo价格
  • 建设银行缴费网站登录微信朋友圈广告推广
  • 网站制作的重要性关键词在线试听
  • 遂宁市做网站的公司今日桂林头条新闻
  • 太原本地网站注册公司网站
  • 有哪些企业会找人做网站建设哪里有软件培训班
  • 物流网站风格佳木斯seo
  • 深圳手机集团网站建设电商网站定制开发
  • 2015年做那些网站能致富海洋网络推广效果
  • 网站建设合同验收标准自助建站系统破解版
  • 四川做网站优化价格新浪体育nba
  • 学生为学校做网站我想在百度发布信息
  • 郑州做网站企业seo关键词推广方式
  • 中企动力做网站真贵完整html网页代码案例
  • 网站建设 域名 空间南宁seo主管
  • 网站建设与管理的条件seo含义