mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Rename
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
A Django based website that will power https://boost.org
|
||||
A Django based website that will power a new Boost website
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ GITHUB_TOKEN="top-secret"
|
||||
|
||||
AWS_ACCESS_KEY_ID="changeme"
|
||||
AWS_SECRET_ACCESS_KEY="changeme"
|
||||
BUCKET_NAME="stage.boost.org"
|
||||
BUCKET_NAME="boost.revsys.dev"
|
||||
|
||||
CELERY_BROKER=redis://redis:6379/0
|
||||
CELERY_BACKEND=redis://redis:6379/0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
description: boost.org website
|
||||
description: boost.revsys.dev website
|
||||
name: boost
|
||||
version: v1.0.3
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "boost.org",
|
||||
"name": "boost.revsys.dev",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:revsys/boost.org.git",
|
||||
"repository": "git@github.com:cppalliance/temp-site.git",
|
||||
"author": "Greg Newman <greg@gregnewman.org>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "admin/base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{{ title }} | {% trans 'boost.org admin' %}{% endblock %}
|
||||
{% block title %}{{ title }} | {% trans 'boost.revsys.dev admin' %}{% endblock %}
|
||||
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
{% if ENVIRONMENT_NAME and ENVIRONMENT_COLOR %}
|
||||
@@ -27,7 +27,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">{% trans 'boost.org administration' %}</h1>
|
||||
<h1 id="site-name">{% trans 'boost.revsys.dev administration' %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
||||
{% block nav-global %}{% endblock %}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="https://github.com/boostorg/smart_ptr">
|
||||
<i class="float-right mt-3 fas fa-folder"></i>
|
||||
Documentation
|
||||
<span class="block text-xs text-sky-600">boost.org/libs/exception</span>
|
||||
<span class="block text-xs text-sky-600">boost.revsys.dev/libs/exception</span>
|
||||
</a>
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_issues_url }}">Github Issues <i class="float-right fas fa-bug"></i></a>
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_url }}">Source Code <i class="float-right fab fa-github"></i></a>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
href="https://github.com/boostorg/smart_ptr">
|
||||
<i class="float-right mt-3 fas fa-folder"></i>
|
||||
Documentation
|
||||
<span class="block text-xs text-sky-600">boost.org/doc/libs/1_81_0/</span>
|
||||
<span class="block text-xs text-sky-600">boost.revsys.dev/doc/libs/1_81_0/</span>
|
||||
</a>
|
||||
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100"
|
||||
|
||||
Reference in New Issue
Block a user